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
/
EditView.h
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-04
Mark some const methods as const.
Neil
1
-1
/
+1
2016-12-09
Use double coordinates instead of float in some cases as float ran out of
Neil
1
-1
/
+1
2016-11-29
Textual tags may be displayed on folded lines with SCI_TOGGLEFOLDSHOWTEXT.
Tse Kit Yam
1
-0
/
+4
2016-11-05
Add options to choose between the locations of a position when there
Neil Hodgson
1
-1
/
+3
2015-03-11
Allow minimum tab width to be tweaked to allow character cell implementation
Neil
1
-0
/
+1
2014-11-19
Platform overrides for some drawing and behaviour to benefit PLAT_CURSES.
Neil
1
-0
/
+10
2014-09-05
Bug [#1652]. Revert to allowing fractional tab stops.
Neil Hodgson
1
-1
/
+1
2014-08-24
Removed comma at end of enum as it caused an error on i686-apple-darwin10-g++...
Neil Hodgson
1
-1
/
+1
2014-08-08
Implement explicit tab stops per line.
Neil
1
-0
/
+9
2014-07-24
Using separate variable imeCaretBlockOverride for IME mode instead of changing
Neil
1
-0
/
+2
2014-07-24
Mark const methods const.
Neil
1
-1
/
+1
2014-07-24
Remove line end whitespace.
Neil
1
-1
/
+1
2014-07-18
Allow extreme ascenders and descenders to overlap into adjacent lines with
Neil
1
-5
/
+36
2014-07-17
Refactored Drawline into separate methods for each aspect of drawing.
Neil
1
-18
/
+26
2014-07-08
Split out EditModel, MarginView, and EditView classes into separate files.
Neil
1
-0
/
+113