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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-30
Bug [#2038]. Source of input reported in SCN_CHARADDED.
Zufu Liu
1
-1
/
+1
2019-04-05
Feature [feature-requests:#1272]. Add API to set default fold display text.
Neil
1
-0
/
+4
2019-03-03
Use noexcept where reasonable.
Neil
1
-1
/
+1
2018-05-23
Implement bidirectional mode bidiL2R for DirectDraw on Win32.
Neil
1
-0
/
+2
2018-04-28
Delete standard functions on classes where there could be attempts to copy.
Neil
1
-1
/
+3
2018-03-27
Use an interface for ContractionState so that there can be different
Neil
1
-1
/
+1
2017-12-19
Start of bidirectional code - implement SCI_SETBIDIRECTIONAL.
Neil
1
-0
/
+2
2017-09-11
The Scintilla namespace is always active for internal symbols and for the lexer
Neil
1
-4
/
+0
2017-04-21
More consistent deletion of standard methods.
Neil
1
-1
/
+1
2017-04-19
Use =delete for unwanted functions.
Neil
1
-4
/
+3
2017-03-31
Using Sci::Position and Sci::Line to mark variables that are document positions
Neil
1
-4
/
+4
2016-11-29
Textual tags may be displayed on folded lines with SCI_TOGGLEFOLDSHOWTEXT.
Tse Kit Yam
1
-0
/
+1
2015-11-20
Remove line end whitespace.
Neil
1
-1
/
+1
2015-05-16
Make unused single argument constructors explicit.
Neil
1
-1
/
+1
2015-02-04
Implement hover style and colour for indicators.
Neil
1
-0
/
+1
2014-09-12
Allow choice between windowed and inline IME.
Neil
1
-0
/
+2
2014-08-03
Made destructor virtual to avoid warnings.
Neil
1
-1
/
+1
2014-07-08
Split out EditModel, MarginView, and EditView classes into separate files.
Neil
1
-0
/
+67