diff options
| author | nyamatongwe <devnull@localhost> | 2011-04-07 21:26:47 +1000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2011-04-07 21:26:47 +1000 |
| commit | 4012f14e6397f5709586102540df824d8c9ca4a5 (patch) | |
| tree | 9f1535ca2d7a2690ba79a62d0d96ec58b9c9af96 /src/Editor.h | |
| parent | c3d271e16f72cad5bf4f669614a78a67c5663037 (diff) | |
| download | scintilla-mirror-4012f14e6397f5709586102540df824d8c9ca4a5.tar.gz | |
Add highlighting of current folding block. Feature #3147069.
APIs MarkerEnableHighlight and MarkerSetBackSelected.
From Jérôme Laforge.
Diffstat (limited to 'src/Editor.h')
| -rw-r--r-- | src/Editor.h | 3 |
1 files changed, 3 insertions, 0 deletions
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; |
