index
:
scintilla-mirror
master
sciteco-dev-pre-v2.0.0
sciteco-rel-5-1-3
sciteco-rel-5-3-4
sciteco-rel-5-5-2
sciteco-rel-5-5-4
sciteco-rel-5-5-7
Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
qt
/
ScintillaEdit
/
ScintillaDocument.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-29
Include "CharacterCategory.h" in all files that include "Document.h" as it will
Neil
1
-0
/
+1
2019-03-03
Use noexcept where reasonable.
Neil
1
-2
/
+2
2018-06-21
Use override for methods in WatcherHelper.
Neil
1
-6
/
+6
2018-05-14
Include <string_view> to allow future use in Platform interface and Unicode.
Neil
1
-0
/
+1
2018-03-28
Change '.' to '->' as Document::decorations was changed to a pointer by last ...
Neil Hodgson
1
-4
/
+4
2018-03-15
Use forward class definitions of XPM and RGBAImage so only code that uses them
Neil
1
-1
/
+0
2018-02-02
Implement SC_DOCUMENTOPTION_STYLES_NONE.
Neil
1
-1
/
+1
2017-09-11
The Scintilla namespace is always active for internal symbols and for the lexer
Neil
1
-2
/
+0
2017-08-28
New header ILoader.h defines ILoader interface as it does not belong in ILexe...
Neil
1
-0
/
+1
2017-07-18
Bug [#1959]. Eliminate extra layer in signal emission for document.
Justin Dailey
1
-48
/
+19
2017-06-22
Update IDocument for version 4. Drop IDocumentWithLineEnd interface to just have
Neil
1
-2
/
+2
2017-05-21
Make SparseVector work with move-only types.
Neil
1
-0
/
+1
2017-03-31
Using Sci::Position and Sci::Line to mark variables that are document positions
Neil
1
-2
/
+2
2017-03-06
Use several C++11 features as examples so problems with these features are seen.
Vicente
1
-0
/
+1
2015-07-27
Add Position.h as a place-holder and to allow #include "Position.h" in source.
Neil
1
-0
/
+1
2015-06-04
Use static_cast instead of C-style casts to avoid warnings.
Neil
1
-41
/
+41
2015-05-13
Make single argument constructors explicit where simple to avoid possibility of
Neil
1
-1
/
+1
2014-10-10
Ensure can see standard exceptions and so build.
Neil
1
-0
/
+1
2014-09-12
Support for SCI_NAMESPACE in the ScintillaEdit part of the Qt layer.
Neil
1
-0
/
+4
2014-08-06
Feature [feature-requests:#1064]. Add a get_character method on the document.
Neil
1
-0
/
+4
2013-12-19
Expose the EOLMode on the document object.
Neil Hodgson
1
-0
/
+8
2013-07-11
Include case conversion data in Scintilla so that all platforms will perform
Neil
1
-0
/
+1
2012-05-17
Qt platform layer added. Based on an implementation from Jason Haslam
nyamatongwe
1
-0
/
+286