aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
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 /include/Scintilla.iface
parentfbc8d3a114b6fdf12dfe6f56e3893f935dcb74c3 (diff)
downloadscintilla-mirror-c8b861658ba73c63cc01f40bac303307d0080184.tar.gz
Added functions to clear all styling and contraction.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 4d53f35b5..824477c98 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -63,6 +63,9 @@ fun void InsertText=2003(position pos, string text)
# Delete all text in the document
fun void ClearAll=2004(,)
+# Set all style bytes to 0, remove all folding information
+fun void ClearDocumentStyle=2005(,)
+
# The number of characters in the document
get int GetLength=2006(,)