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
sciteco-rel-5-5-8
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
/
include
/
ScintillaTypes.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-20
Feature [feature-requests:#1459] Send SCN_AUTOCCOMPLETED for SCI_AUTOCSHOW
Neil
1
-0
/
+1
2022-08-13
Move ModifierFlags to ScintillaTypes.h as it is globally useful and not tied
Neil
1
-0
/
+9
2022-07-30
Bug [#2340] Add option to contract every level for SCI_FOLDALL called
Zufu Liu
1
-0
/
+1
2022-07-31
Add SC_MARK_BAR marker and INDIC_POINT_TOP indicator which are useful for change
Neil
1
-0
/
+2
2022-07-31
Added change history which can display document changes (modified, saved, ...)
Neil
1
-1
/
+20
2022-02-02
Add Supports::ThreadSafeMeasureWidths for platforms to indicate if they support
Neil
1
-0
/
+1
2021-10-22
Add CARETSTYLE_CURSES to draw more than 1 caret on curses terminal.
Mitchell Foral
1
-0
/
+1
2021-07-29
Add SC_ELEMENT_HIDDEN_LINE to show where lines are hidden.
Neil
1
-0
/
+1
2021-07-29
Add SC_ELEMENT_FOLD_LINE to set the colour of fold lines.
Neil
1
-0
/
+1
2021-07-17
Add SCI_AUTOCSETOPTIONS to allow choosing a non-resizeable autocompletion list
Neil
1
-0
/
+5
2021-06-03
Add APIs for setting appearance (traditional blob or plain text) and colour of
Neil
1
-0
/
+12
2021-05-28
Rename 'NO_FOCUS' to 'INACTIVE' to better match platform terms.
Neil
1
-2
/
+2
2021-05-28
Fix FlagSet to return true if any flags set.
Neil
1
-2
/
+2
2021-05-24
Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.h
Neil
1
-0
/
+786