aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/EditView.h
AgeCommit message (Collapse)AuthorFilesLines
2017-01-04Mark some const methods as const.Neil1-1/+1
2016-12-09Use double coordinates instead of float in some cases as float ran out ofNeil1-1/+1
precision in long documents. This meant that individual lines could not be selected by mouse when the document exceeded 16.7 million lines.
2016-11-29Textual tags may be displayed on folded lines with SCI_TOGGLEFOLDSHOWTEXT.Tse Kit Yam1-0/+4
2016-11-05Add options to choose between the locations of a position when thereNeil Hodgson1-1/+3
are multiple locations for one position. The main current use is to find the location at the end of a line or display line when the commonly used location is at the start of the next line.
2015-03-11Allow minimum tab width to be tweaked to allow character cell implementationNeil1-0/+1
to work better.
2014-11-19Platform overrides for some drawing and behaviour to benefit PLAT_CURSES.Neil1-0/+10
From Mitchell Foral.
2014-09-05Bug [#1652]. Revert to allowing fractional tab stops.Neil Hodgson1-1/+1
2014-08-24Removed comma at end of enum as it caused an error on ↵Neil Hodgson1-1/+1
i686-apple-darwin10-g++-4.2.1.
2014-08-08Implement explicit tab stops per line.Neil1-0/+9
From Nick Gravgaard.
2014-07-24Using separate variable imeCaretBlockOverride for IME mode instead of changingNeil1-0/+2
caretStyle as there could be confusion if the container changes caret style.
2014-07-24Mark const methods const.Neil1-1/+1
2014-07-24Remove line end whitespace.Neil1-1/+1
2014-07-18Allow extreme ascenders and descenders to overlap into adjacent lines withNeil1-5/+36
multiple phase drawing option.
2014-07-17Refactored Drawline into separate methods for each aspect of drawing.Neil1-18/+26
Standardised order of arguments to drawing methods.
2014-07-08Split out EditModel, MarginView, and EditView classes into separate files.Neil1-0/+113