index
:
scintilla-mirror
master
sciteco-dev-pre-v2.0.0
sciteco-rel-5-1-3
sciteco-rel-5-3-4
sciteco-rel-5-5-2
sciteco-rel-5-5-4
sciteco-rel-5-5-7
Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
EditModel.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-16
Feature [feature-requests:#1516]. Access SpecialRepresentations through a
Zufu Liu
1
-0
/
+1
2022-07-31
Added change history which can display document changes (modified, saved, ...)
Neil
1
-1
/
+1
2022-07-31
Move main access to active marker bit set to model. This will allow merging in
Neil
1
-0
/
+4
2022-03-05
Feature [feature-requests:#1432] Simplify setting surface modes with
Zufu Liu
1
-0
/
+4
2021-09-28
Widen styleNumber in PositionCacheEntry from 8 to 16 bits to allow styles
Neil
1
-0
/
+1
2021-05-28
Better exception handling for noexcept methods. More accurate noexcept marking.
Neil
1
-1
/
+6
2021-05-24
Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.h
Neil
1
-15
/
+15
2021-05-05
Redraw when focus changes. Move hasFocus to EditModel where it can be used for
Neil
1
-0
/
+1
2021-05-01
Improve selection drawing code. Use InSelection enum instead of int.
Neil
1
-0
/
+5
2021-04-27
Rename CharacterSet and CharacterCategory modules in Scintilla to CharacterType
Neil
1
-1
/
+1
2021-04-26
Move hotspotSingleLine from ViewStyle to EditModel as it defines behaviour, not
Neil
1
-0
/
+1
2021-03-29
Add SCI_SETELEMENTCOLOUR and related APIs to change colours of visible elements.
Neil
1
-0
/
+1
2021-03-19
Switch enum to enum class.
Neil
1
-1
/
+1
2021-03-18
std::optional is a basic vocabulary type that may be used widely so include
Neil
1
-0
/
+1
2021-03-18
Move assert and debug trace functions into their own header Debugging.h.
Neil
1
-0
/
+1
2021-03-17
Extract geometry and colour definitions from Platform.h into src/Geometry.h.
Neil
1
-0
/
+1
2020-06-11
Use noexcept where safe and maintainable.
Neil
1
-1
/
+1
2020-03-19
Use noexcept in EditModel.
Neil
1
-3
/
+3
2019-04-05
Feature [feature-requests:#1272]. Add API to set default fold display text.
Neil
1
-0
/
+17
2019-03-29
Include "CharacterCategory.h" in all files that include "Document.h" as it will
Neil
1
-0
/
+2
2018-10-11
Replace NULL and 0 with nullptr in clear cases of pure C++ code.
Neil
1
-1
/
+1
2018-05-23
Implement bidirectional mode bidiL2R for DirectDraw on Win32.
Neil
1
-0
/
+9
2018-05-15
Replace ELEMENTS with std::size and drop inclusion of StringCopy.h.
Neil
1
-1
/
+0
2018-05-14
Include <string_view> to allow future use in Platform interface and Unicode.
Neil
1
-0
/
+1
2018-04-21
Code improvements - noexcept and intialization.
Neil
1
-1
/
+1
2018-04-17
Add SC_DOCUMENTOPTION_TEXT_LARGE option for documents larger than 2 GigaBytes.
Neil
1
-1
/
+1
2018-03-27
Use an interface for ContractionState so that there can be different
Neil
1
-0
/
+1
2018-03-15
Use forward class definitions of XPM and RGBAImage so only code that uses them
Neil
1
-1
/
+0
2018-02-02
Implement SC_DOCUMENTOPTION_STYLES_NONE.
Neil
1
-1
/
+1
2017-12-19
Start of bidirectional code - implement SCI_SETBIDIRECTIONAL.
Neil
1
-0
/
+1
2017-09-11
The Scintilla namespace is always active for internal symbols and for the lexer
Neil
1
-2
/
+0
2017-08-28
New header ILoader.h defines ILoader interface as it does not belong in ILexe...
Neil
1
-0
/
+1
2017-05-21
Make SparseVector work with move-only types.
Neil
1
-0
/
+2
2017-04-01
Standardize on C++ headers, remove headers that aren't needed and add <cstddef>
Neil
1
-6
/
+4
2017-03-31
Using Sci::Position and Sci::Line to mark variables that are document positions
Neil
1
-5
/
+5
2016-11-29
Textual tags may be displayed on folded lines with SCI_TOGGLEFOLDSHOWTEXT.
Tse Kit Yam
1
-0
/
+1
2015-07-27
Add Position.h as a place-holder and to allow #include "Position.h" in source.
Neil
1
-0
/
+1
2015-02-04
Implement hover style and colour for indicators.
Neil
1
-0
/
+1
2014-10-02
Include <stdexcept> so that exceptions derived from std::runtime_error can be
Neil
1
-0
/
+1
2014-09-12
Allow choice between windowed and inline IME.
Neil
1
-0
/
+1
2014-07-08
Split out EditModel, MarginView, and EditView classes into separate files.
Neil
1
-0
/
+74