From 0adca4ad14500910cca14a54d7d4c19e740606da Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 7 Apr 2011 21:26:47 +1000 Subject: =?UTF-8?q?Add=20highlighting=20of=20current=20folding=20block.=20?= =?UTF-8?q?Feature=20#3147069.=20APIs=20MarkerEnableHighlight=20and=20Mark?= =?UTF-8?q?erSetBackSelected.=20From=20J=C3=A9r=C3=B4me=20Laforge.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/Scintilla.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/Scintilla.h') 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 -- cgit v1.2.3