aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2000-07-18 04:24:17 +0000
committernyamatongwe <unknown>2000-07-18 04:24:17 +0000
commitc8b861658ba73c63cc01f40bac303307d0080184 (patch)
treec9dd9ac27e358fb20930d015a573172171d9c6c7 /src/Editor.h
parentfbc8d3a114b6fdf12dfe6f56e3893f935dcb74c3 (diff)
downloadscintilla-mirror-c8b861658ba73c63cc01f40bac303307d0080184.tar.gz
Added functions to clear all styling and contraction.
Diffstat (limited to 'src/Editor.h')
-rw-r--r--src/Editor.h1
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;