aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/EditModel.h
AgeCommit message (Expand)AuthorFilesLines
2019-06-30Bug [#2038]. Source of input reported in SCN_CHARADDED.Zufu Liu1-1/+1
2019-04-05Feature [feature-requests:#1272]. Add API to set default fold display text.Neil1-0/+4
2019-03-03Use noexcept where reasonable.Neil1-1/+1
2018-05-23Implement bidirectional mode bidiL2R for DirectDraw on Win32.Neil1-0/+2
2018-04-28Delete standard functions on classes where there could be attempts to copy.Neil1-1/+3
2018-03-27Use an interface for ContractionState so that there can be differentNeil1-1/+1
2017-12-19Start of bidirectional code - implement SCI_SETBIDIRECTIONAL.Neil1-0/+2
2017-09-11The Scintilla namespace is always active for internal symbols and for the lexerNeil1-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