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 --- src/Editor.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Editor.h') diff --git a/src/Editor.h b/src/Editor.h index 27ef12459..50aa36686 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -139,6 +139,9 @@ protected: // ScintillaBase subclass needs access to much of Editor int cursorMode; int controlCharSymbol; + // Highlight current folding block + HighlightDelimiter highlightDelimiter; + bool hasFocus; bool hideSelection; bool inOverstrike; -- cgit v1.2.3