aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2003-11-04 09:57:15 +0000
committernyamatongwe <devnull@localhost>2003-11-04 09:57:15 +0000
commit119a8d60ebe78ec56b2187b46cc9c05e5dbdf7bb (patch)
tree8bca09759285eee867d3dacdea3bc87f9cbfc252
parentdfbc95b7c6048b2f34d9f823c75257a940638bb7 (diff)
downloadscintilla-mirror-119a8d60ebe78ec56b2187b46cc9c05e5dbdf7bb.tar.gz
Explained relationship between SetCharsDefault, SetWhitespaceChars,
and SetWordChars.
-rw-r--r--include/Scintilla.iface2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 6f1d52a9d..fac0e8f4b 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -446,6 +446,7 @@ get int GetCaretPeriod=2075(,)
set void SetCaretPeriod=2076(int periodMilliseconds,)
# Set the set of characters making up words for when moving or selecting by word.
+# First sets deaults like SetCharsDefault.
set void SetWordChars=2077(, string characters)
# Start a sequence of actions that is undone and redone as a unit.
@@ -1539,6 +1540,7 @@ fun void WordRightEnd=2441(,)
fun void WordRightEndExtend=2442(,)
# Set the set of characters making up whitespace for when moving or selecting by word.
+# Should be called after SetWordChars.
set void SetWhitespaceChars=2443(, string characters)
# Reset the set of characters for whitespace and word characters to the defaults.