aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Document.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2011-04-27 12:57:15 +1000
committernyamatongwe <devnull@localhost>2011-04-27 12:57:15 +1000
commit9b21d78a1d28b946a3bebc24a87cb80b43c5270d (patch)
tree4e2b42ef606e2226156995ec35cfa4b61f864370 /src/Document.h
parentbd7aa0cf9047940c75da9c9591d46a8dbfa97803 (diff)
downloadscintilla-mirror-9b21d78a1d28b946a3bebc24a87cb80b43c5270d.tar.gz
Optimize fold marker highlight. Feature #3282649.
From Jérôme LAFORGE.
Diffstat (limited to 'src/Document.h')
-rw-r--r--src/Document.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Document.h b/src/Document.h
index 125a4a0a6..274aa0baa 100644
--- a/src/Document.h
+++ b/src/Document.h
@@ -340,7 +340,7 @@ public:
void ClearLevels();
int GetLastChild(int lineParent, int level=-1);
int GetFoldParent(int line);
- void GetHighlightDelimiters(int line, HighlightDelimiter &hDelimiter);
+ void GetHighlightDelimiters(HighlightDelimiter &hDelimiter, int line, int topLine, int bottomLine);
void Indent(bool forwards);
int ExtendWordSelect(int pos, int delta, bool onlyWordCharacters=false);