diff options
author | nyamatongwe <devnull@localhost> | 2010-09-24 13:14:40 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2010-09-24 13:14:40 +1000 |
commit | 27fe93c781719be46a2ca770f33f9cfba9cb054c (patch) | |
tree | cd28473d19ca2523fc24b6c430e65cbe037f7588 /src/ContractionState.h | |
parent | e612ffd2248bcacfc56bee45f277d110393c7171 (diff) | |
download | scintilla-mirror-27fe93c781719be46a2ca770f33f9cfba9cb054c.tar.gz |
Added SCI_CONTRACTEDFOLDNEXT as a way to find contracted fold headers efficiently.
Diffstat (limited to 'src/ContractionState.h')
-rw-r--r-- | src/ContractionState.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ContractionState.h b/src/ContractionState.h index ba6297512..8e7b39b9b 100644 --- a/src/ContractionState.h +++ b/src/ContractionState.h @@ -51,6 +51,7 @@ public: bool GetExpanded(int lineDoc) const; bool SetExpanded(int lineDoc, bool expanded); + int ContractedNext(int lineDocStart) const; int GetHeight(int lineDoc) const; bool SetHeight(int lineDoc, int height); |