From ebf25a1b4cf192ee683014b78dc0f11e95c58fe5 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 1 Nov 2003 11:40:37 +0000 Subject: Patch from Roy Wood to allow changing the characters that are in the whitespace class. --- include/Scintilla.iface | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/Scintilla.iface') diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 1e4d0db34..93173d07e 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -1538,6 +1538,8 @@ fun void WordRightEnd=2441(,) # Move caret right one word, position cursor at end of word, extending selection to new caret position. 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) # Start notifying the container of all key presses and commands. fun void StartRecord=3001(,) -- cgit v1.2.3