aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2003-11-04 09:02:20 +0000
committernyamatongwe <devnull@localhost>2003-11-04 09:02:20 +0000
commit32b9baebfc4db45f5445ca29a03d3bd4e7f67eb2 (patch)
treefe4a7cc458a43f4a1609bb48354bb639b370c5e2 /include/Scintilla.iface
parentebf25a1b4cf192ee683014b78dc0f11e95c58fe5 (diff)
downloadscintilla-mirror-32b9baebfc4db45f5445ca29a03d3bd4e7f67eb2.tar.gz
Simplified SetCharClasses and added SCI_SETCHARSDEFAULT.
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 93173d07e..6f1d52a9d 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -1541,6 +1541,9 @@ fun void WordRightEndExtend=2442(,)
# Set the set of characters making up whitespace for when moving or selecting by word.
set void SetWhitespaceChars=2443(, string characters)
+# Reset the set of characters for whitespace and word characters to the defaults.
+fun void SetCharsDefault=2444(,)
+
# Start notifying the container of all key presses and commands.
fun void StartRecord=3001(,)