aboutsummaryrefslogtreecommitdiffhomepage
path: root/qt/ScintillaEdit/ScintillaDocument.h
AgeCommit message (Collapse)AuthorFilesLines
2024-03-02Feature [feature-requests:#1511] Add mayCoalesce argument to BeginUndoAction.John Ehresman1-1/+1
2024-01-17Fix reference from ScintillaDocument to Document to match change in 5.4.1Neil1-1/+6
using IDocumentEditable for SCI_GETDOCPOINTER and SCI_SETDOCPOINTER.
2022-09-12Remove NotifyLexerChanged notification from DocWatcher.Neil1-1/+0
This is a private interface but could be used by independent platform layers and was exposed by ScintillaDocument in the Qt implementation of ScintillaEdit.
2021-05-24Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.hNeil1-1/+1
and ScintillaStructures.h using scoped enumerations. Use these headers instead of Scintilla.h internally. External definitions go in the Scintilla namespace and internal definitio0ns in Scintilla::Internal.
2021-05-09Add @file <filename> comments to follow convention.Neil1-2/+2
Fix incorrect filename comments. Normalize Qt code to use #endif /* X */ insetad of #endif // X.
2018-03-16Remove line-end white space.Neil1-1/+1
2017-09-11The Scintilla namespace is always active for internal symbols and for the lexerNeil1-8/+0
interfaces ILexer4 and IDocument.
2017-07-23Bug [#1959]. Avoid problems with changes with different versions of Qt.Neil Hodgson1-0/+2
2017-07-18Bug [#1959]. Eliminate extra layer in signal emission for document.Justin Dailey1-14/+2
2017-06-22Update IDocument for version 4. Drop IDocumentWithLineEnd interface to just haveNeil1-1/+1
IDocument but with all the methods from IDocumentWithLineEnd. This removes version checking (for now). Use dvRelease4 ID. Drop mask argument to StartStyling.
2015-11-20Remove line end whitespace.Neil1-1/+1
2014-09-12Support for SCI_NAMESPACE in the ScintillaEdit part of the Qt layer.Neil1-1/+9
From Jason Haslam.
2014-08-06Feature [feature-requests:#1064]. Add a get_character method on the document.Neil1-0/+2
2013-12-19Expose the EOLMode on the document object.Neil Hodgson1-0/+2
From John Ehresman.
2012-05-17Qt platform layer added. Based on an implementation from Jason Haslamnyamatongwe1-0/+97
at Scientific Toolworks, Inc. with additions performed for Wingware.