aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2011-04-07 21:26:47 +1000
committernyamatongwe <unknown>2011-04-07 21:26:47 +1000
commit0adca4ad14500910cca14a54d7d4c19e740606da (patch)
treebe10d8a118fb4e5fd92a549d47aa80c1df01a5cf /include/Scintilla.h
parente7dea4ff60eba17362902d514ff29ebfbc8ea3a1 (diff)
downloadscintilla-mirror-0adca4ad14500910cca14a54d7d4c19e740606da.tar.gz
Add highlighting of current folding block. Feature #3147069.
APIs MarkerEnableHighlight and MarkerSetBackSelected. From Jérôme Laforge.
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 b3907fff2..6cb9b4b81 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -136,6 +136,8 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_MARKERDEFINE 2040
#define SCI_MARKERSETFORE 2041
#define SCI_MARKERSETBACK 2042
+#define SCI_MARKERSETBACKSELECTED 2292
+#define SCI_MARKERENABLEHIGHLIGHT 2293
#define SCI_MARKERADD 2043
#define SCI_MARKERDELETE 2044
#define SCI_MARKERDELETEALL 2045