aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Document.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2011-04-27 12:57:15 +1000
committernyamatongwe <unknown>2011-04-27 12:57:15 +1000
commit56ed1e9e1c7f02aa7a8110c3b084690822e334c5 (patch)
treef2f6a13a7287d40121bf3078388276c98e9f34c8 /src/Document.h
parentfaf8032d98758218e2ae4dd1380aa6e4ecded41d (diff)
downloadscintilla-mirror-56ed1e9e1c7f02aa7a8110c3b084690822e334c5.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);