aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2003-11-04 09:57:15 +0000
committernyamatongwe <unknown>2003-11-04 09:57:15 +0000
commit84fb0a3f28e3797a28c2c446471615780bf7001e (patch)
tree8bca09759285eee867d3dacdea3bc87f9cbfc252
parent64d3436f177dcc2cebf9cb1a0ad35639678ce07b (diff)
downloadscintilla-mirror-84fb0a3f28e3797a28c2c446471615780bf7001e.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.