aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/EditModel.h
AgeCommit message (Collapse)AuthorFilesLines
2019-07-11Backport: Bug [#2038]. Source of input reported in SCN_CHARADDED.mitchell1-0/+1
This may be SC_CHARACTERSOURCE_DIRECT_INPUT, SC_CHARACTERSOURCE_TENTATIVE_INPUT, or SC_CHARACTERSOURCE_IME_RESULT. Backport of changeset 7613:4cfac35c71bd.
2019-04-05Backport: Feature [feature-requests:#1272]. Add API to set default fold ↵Neil1-0/+4
display text. Backport of changeset 7400:9fcb52fdb307.
2019-03-03Backport: Use noexcept where reasonable.Neil1-1/+1
Backport of changeset 7287:0272b3c3a03b.
2018-04-28Backport: Delete standard functions on classes where there could be attempts ↵Neil1-1/+3
to copy. Backport of changeset 6756:29866b0927e0.
2018-03-27Backport: Use an interface for ContractionState so that there can be differentNeil1-1/+1
implementations of that interface. Backport of changeset 6656:ffa2a06d3987.
2017-09-11Backport: The Scintilla namespace is always active for internal symbols and ↵Neil1-4/+0
for the lexer and document interfaces. Backport of changeset 6388:d62863ae40a3.
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
and lines.
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