aboutsummaryrefslogtreecommitdiffhomepage
path: root/qt/ScintillaEdit/ScintillaDocument.h
AgeCommit message (Expand)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
2022-09-12Remove NotifyLexerChanged notification from DocWatcher.Neil1-1/+0
2021-05-24Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.hNeil1-1/+1
2021-05-09Add @file <filename> comments to follow convention.Neil1-2/+2
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
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
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
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
2012-05-17Qt platform layer added. Based on an implementation from Jason Haslamnyamatongwe1-0/+97