aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2003-11-04 09:02:20 +0000
committernyamatongwe <devnull@localhost>2003-11-04 09:02:20 +0000
commit32b9baebfc4db45f5445ca29a03d3bd4e7f67eb2 (patch)
treefe4a7cc458a43f4a1609bb48354bb639b370c5e2 /include/Scintilla.h
parentebf25a1b4cf192ee683014b78dc0f11e95c58fe5 (diff)
downloadscintilla-mirror-32b9baebfc4db45f5445ca29a03d3bd4e7f67eb2.tar.gz
Simplified SetCharClasses and added SCI_SETCHARSDEFAULT.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h1
1 files changed, 1 insertions, 0 deletions
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