aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2011-04-07 21:26:47 +1000
committernyamatongwe <devnull@localhost>2011-04-07 21:26:47 +1000
commit4012f14e6397f5709586102540df824d8c9ca4a5 (patch)
tree9f1535ca2d7a2690ba79a62d0d96ec58b9c9af96 /include/Scintilla.h
parentc3d271e16f72cad5bf4f669614a78a67c5663037 (diff)
downloadscintilla-mirror-4012f14e6397f5709586102540df824d8c9ca4a5.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