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