aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Decoration.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2008-08-03 11:18:52 +0000
committernyamatongwe <unknown>2008-08-03 11:18:52 +0000
commit63928c8719f3e2643851f141e3c7562d9ba97bef (patch)
tree8f37c3f8048c3c534eec7a852e8788a04b9a83ea /src/Decoration.h
parent0881d794162d9590bf6c3c44e096b06453c6cc58 (diff)
downloadscintilla-mirror-63928c8719f3e2643851f141e3c7562d9ba97bef.tar.gz
ClearDocumentStyle clears all indicators in case the lexer has used an
indicator.
Diffstat (limited to 'src/Decoration.h')
-rw-r--r--src/Decoration.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Decoration.h b/src/Decoration.h
index 2809641af..5c02aa7be 100644
--- a/src/Decoration.h
+++ b/src/Decoration.h
@@ -39,6 +39,8 @@ public:
DecorationList();
~DecorationList();
+ void ClearAll();
+
void SetCurrentIndicator(int indicator);
int GetCurrentIndicator() { return currentIndicator; }