diff options
author | nyamatongwe <devnull@localhost> | 2000-07-18 04:24:17 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2000-07-18 04:24:17 +0000 |
commit | dee236ce71b0ce4795a6d2773f47b4075c283d8c (patch) | |
tree | c9dd9ac27e358fb20930d015a573172171d9c6c7 /src/Editor.h | |
parent | 0fcb749581b4806a6dba56eb7edb6ceb961ab08e (diff) | |
download | scintilla-mirror-dee236ce71b0ce4795a6d2773f47b4075c283d8c.tar.gz |
Added functions to clear all styling and contraction.
Diffstat (limited to 'src/Editor.h')
-rw-r--r-- | src/Editor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Editor.h b/src/Editor.h index fb5ac9d8b..6297c5de7 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -209,6 +209,7 @@ protected: // ScintillaBase subclass needs access to much of Editor virtual void AddCharUTF(char *s, unsigned int len); void ClearSelection(); void ClearAll(); + void ClearDocumentStyle(); void Cut(); void PasteRectangular(int pos, const char *ptr, int len); virtual void Copy() = 0; |