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
/
MarginView.cxx
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-09-29
The number of margins can be changed with SCI_SETMARGINS.
Neil
1
-1
/
+1
2016-09-29
Margin type SC_MARGIN_COLOUR and API SCI_SETMARGINBACKN added.
Neil
1
-0
/
+3
Allows choosing any colour for a margin.
2016-01-31
Replace expressions to find level number of a fold level with function call.
Neil
1
-5
/
+5
Simplifies code by removing any precedence issues and is shorter.
2015-07-27
Add Position.h as a place-holder and to allow #include "Position.h" in source.
Neil
1
-0
/
+1
2014-12-16
When a text margin is displayed, for annotation lines, use the background colour
Neil
1
-5
/
+13
of the base line. From Joe Mueller.
2014-11-19
Platform overrides for some drawing and behaviour to benefit PLAT_CURSES.
Neil
1
-2
/
+8
From Mitchell Foral.
2014-10-02
Include <stdexcept> so that exceptions derived from std::runtime_error can be
Neil
1
-0
/
+1
used.
2014-07-18
Allow extreme ascenders and descenders to overlap into adjacent lines with
Neil
1
-89
/
+3
multiple phase drawing option.
2014-07-08
Made recent refactor work on Cocoa.
Neil Hodgson
1
-0
/
+9
2014-07-08
Split out EditModel, MarginView, and EditView classes into separate files.
Neil
1
-0
/
+532