From ebf25a1b4cf192ee683014b78dc0f11e95c58fe5 Mon Sep 17 00:00:00 2001
From: nyamatongwe
+
@@ -2308,6 +2310,13 @@ struct TextToFind {
use:
SCI_SETWORDCHARS(0, "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789");
SCI_SETWHITESPACECHARS(<unused>, const char *chars)
+ Similar to SCI_SETWORDCHARS, this message allows the user to define which chars Scintilla considers
+ as whitespace. If chars is null then the default set, space and all char codes less than
+ 0x20, are used. Setting the whitespace chars allows the user to fine-tune Scintilla's behaviour doing
+ such things as moving the cursor to the start or end of a word; for example, by defining punctuation chars
+ as whitespace, they will be skipped over when the user presses ctrl+left or ctrl+right.
+
SCI_GRABFOCUS
SCI_SETFOCUS(bool focus)
SCI_GETFOCUS
--
cgit v1.2.3