aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/EditModel.h
AgeCommit message (Expand)AuthorFilesLines
2019-04-05Backport: Feature [feature-requests:#1272]. Add API to set default fold displ...Neil1-0/+4
2019-03-03Backport: Use noexcept where reasonable.Neil1-1/+1
2018-04-28Backport: Delete standard functions on classes where there could be attempts ...Neil1-1/+3
2018-03-27Backport: Use an interface for ContractionState so that there can be differentNeil1-1/+1
2017-09-11Backport: The Scintilla namespace is always active for internal symbols and f...Neil1-4/+0
2017-04-21More consistent deletion of standard methods.Neil1-1/+1
2017-04-19Use =delete for unwanted functions.Neil1-4/+3
2017-03-31Using Sci::Position and Sci::Line to mark variables that are document positionsNeil1-4/+4
2016-11-29Textual tags may be displayed on folded lines with SCI_TOGGLEFOLDSHOWTEXT.Tse Kit Yam1-0/+1
2015-11-20Remove line end whitespace.Neil1-1/+1
2015-05-16Make unused single argument constructors explicit.Neil1-1/+1
2015-02-04Implement hover style and colour for indicators.Neil1-0/+1
2014-09-12Allow choice between windowed and inline IME.Neil1-0/+2
2014-08-03Made destructor virtual to avoid warnings.Neil1-1/+1
2014-07-08Split out EditModel, MarginView, and EditView classes into separate files.Neil1-0/+67