Age | Commit message (Expand) | 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 |
2016-01-31 | Replace expressions to find level number of a fold level with function call. | Neil | 1 | -5/+5 |
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 |
2014-11-19 | Platform overrides for some drawing and behaviour to benefit PLAT_CURSES. | Neil | 1 | -2/+8 |
2014-10-02 | Include <stdexcept> so that exceptions derived from std::runtime_error can be | Neil | 1 | -0/+1 |
2014-07-18 | Allow extreme ascenders and descenders to overlap into adjacent lines with | Neil | 1 | -89/+3 |
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 |