From fa167e2005a18dac2bfc7f916b43ac6b772a4820 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 4 Nov 2003 09:02:20 +0000 Subject: Simplified SetCharClasses and added SCI_SETCHARSDEFAULT. --- include/Scintilla.h | 1 + include/Scintilla.iface | 3 +++ 2 files changed, 4 insertions(+) (limited to 'include') diff --git a/include/Scintilla.h b/include/Scintilla.h index 44a608d9f..30e50c608 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -568,6 +568,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SCI_WORDRIGHTEND 2441 #define SCI_WORDRIGHTENDEXTEND 2442 #define SCI_SETWHITESPACECHARS 2443 +#define SCI_SETCHARSDEFAULT 2444 #define SCI_STARTRECORD 3001 #define SCI_STOPRECORD 3002 #define SCI_SETLEXER 4001 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(,) -- cgit v1.2.3