aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2022-07-31 22:21:57 +1000
committerNeil <nyamatongwe@gmail.com>2022-07-31 22:21:57 +1000
commitd38429108f2035d9fab0919271f6715cd1b7eda6 (patch)
tree014b3bf217785e26e4c8db514fedf380d3bb007a /include/Scintilla.h
parent926cb6f7d228b347db16a45e1f2632da475da1f0 (diff)
downloadscintilla-mirror-d38429108f2035d9fab0919271f6715cd1b7eda6.tar.gz
Add SC_MARK_BAR marker and INDIC_POINT_TOP indicator which are useful for change
history. Tweak size of INDIC_POINT and INDIC_POINTCHARACTER. Let translucency of INDIC_COMPOSITIONTHICK be adjusted.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index 0b1121cb9..0dacb3c1b 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -152,6 +152,7 @@ typedef sptr_t (*SciFnDirectStatus)(sptr_t ptr, unsigned int iMessage, uptr_t wP
#define SC_MARK_RGBAIMAGE 30
#define SC_MARK_BOOKMARK 31
#define SC_MARK_VERTICALBOOKMARK 32
+#define SC_MARK_BAR 33
#define SC_MARK_CHARACTER 10000
#define SC_MARKNUM_HISTORY_REVERTED_TO_ORIGIN 21
#define SC_MARKNUM_HISTORY_SAVED 22
@@ -357,6 +358,7 @@ typedef sptr_t (*SciFnDirectStatus)(sptr_t ptr, unsigned int iMessage, uptr_t wP
#define INDIC_POINTCHARACTER 19
#define INDIC_GRADIENT 20
#define INDIC_GRADIENTCENTRE 21
+#define INDIC_POINT_TOP 22
#define INDIC_CONTAINER 8
#define INDIC_IME 32
#define INDIC_IME_MAX 35