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
/
src
/
EditModel.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-05
Backport: Feature [feature-requests:#1272]. Add API to set default fold displ...
Neil
1
-0
/
+18
2019-03-29
Backport: Include "CharacterCategory.h" in all files that include "Document.h...
Neil
1
-0
/
+2
2018-10-11
Backport: Replace NULL and 0 with nullptr in clear cases of pure C++ code.
Neil
1
-1
/
+1
2018-05-15
Backport: Drop inclusion of StringCopy.h where possible.
Neil
1
-1
/
+0
2018-04-21
Backport: Code improvements - noexcept and intialization.
Neil
1
-1
/
+1
2018-05-05
Backport: Add SC_DOCUMENTOPTION_TEXT_LARGE option for documents larger than 2...
mitchell
1
-1
/
+1
2018-03-27
Backport: Use an interface for ContractionState so that there can be different
Neil
1
-0
/
+1
2018-03-15
Backport: Use forward class definitions of XPM and RGBAImage so only code tha...
Neil
1
-1
/
+0
2018-02-02
Backport: Implement SC_DOCUMENTOPTION_STYLES_NONE.
Neil
1
-1
/
+1
2017-09-11
Backport: The Scintilla namespace is always active for internal symbols and f...
Neil
1
-2
/
+0
2017-08-28
Backport: New header ILoader.h defines ILoader interface as it does not belon...
Neil
1
-0
/
+1
2017-05-21
Make SparseVector work with move-only types.
Neil
1
-0
/
+2
2017-04-01
Standardize on C++ headers, remove headers that aren't needed and add <cstddef>
Neil
1
-6
/
+4
2017-03-31
Using Sci::Position and Sci::Line to mark variables that are document positions
Neil
1
-5
/
+5
2016-11-29
Textual tags may be displayed on folded lines with SCI_TOGGLEFOLDSHOWTEXT.
Tse Kit Yam
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-02-04
Implement hover style and colour for indicators.
Neil
1
-0
/
+1
2014-10-02
Include <stdexcept> so that exceptions derived from std::runtime_error can be
Neil
1
-0
/
+1
2014-09-12
Allow choice between windowed and inline IME.
Neil
1
-0
/
+1
2014-07-08
Split out EditModel, MarginView, and EditView classes into separate files.
Neil
1
-0
/
+74