Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-03-02 | Feature [feature-requests:#1511] Add mayCoalesce argument to BeginUndoAction. | John Ehresman | 1 | -1/+1 | |
2024-01-17 | Fix reference from ScintillaDocument to Document to match change in 5.4.1 | Neil | 1 | -1/+6 | |
using IDocumentEditable for SCI_GETDOCPOINTER and SCI_SETDOCPOINTER. | |||||
2022-09-12 | Remove NotifyLexerChanged notification from DocWatcher. | Neil | 1 | -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-24 | Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.h | Neil | 1 | -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-09 | Add @file <filename> comments to follow convention. | Neil | 1 | -2/+2 | |
Fix incorrect filename comments. Normalize Qt code to use #endif /* X */ insetad of #endif // X. | |||||
2018-03-16 | Remove line-end white space. | Neil | 1 | -1/+1 | |
2017-09-11 | The Scintilla namespace is always active for internal symbols and for the lexer | Neil | 1 | -8/+0 | |
interfaces ILexer4 and IDocument. | |||||
2017-07-23 | Bug [#1959]. Avoid problems with changes with different versions of Qt. | Neil Hodgson | 1 | -0/+2 | |
2017-07-18 | Bug [#1959]. Eliminate extra layer in signal emission for document. | Justin Dailey | 1 | -14/+2 | |
2017-06-22 | Update IDocument for version 4. Drop IDocumentWithLineEnd interface to just have | Neil | 1 | -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-20 | Remove line end whitespace. | Neil | 1 | -1/+1 | |
2014-09-12 | Support for SCI_NAMESPACE in the ScintillaEdit part of the Qt layer. | Neil | 1 | -1/+9 | |
From Jason Haslam. | |||||
2014-08-06 | Feature [feature-requests:#1064]. Add a get_character method on the document. | Neil | 1 | -0/+2 | |
2013-12-19 | Expose the EOLMode on the document object. | Neil Hodgson | 1 | -0/+2 | |
From John Ehresman. | |||||
2012-05-17 | Qt platform layer added. Based on an implementation from Jason Haslam | nyamatongwe | 1 | -0/+97 | |
at Scientific Toolworks, Inc. with additions performed for Wingware. |