From 517692e10fa73e5bdab499c7127fd33e8814a233 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 16 Oct 2000 10:58:24 +0000 Subject: Merged Jason's WordPart left and right movement patch. --- include/Scintilla.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/Scintilla.h') diff --git a/include/Scintilla.h b/include/Scintilla.h index 38eaa0d43..af6fbdc02 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -376,6 +376,10 @@ typedef long (*SciFnDirect)(long ptr, unsigned int iMessage, unsigned long wPara #define SC_CURSORWAIT 3 #define SCI_SETCURSOR 2386 #define SCI_GETCURSOR 2387 +#define SCI_WORDPARTLEFT 2390 +#define SCI_WORDPARTLEFTEXTEND 2391 +#define SCI_WORDPARTRIGHT 2392 +#define SCI_WORDPARTRIGHTEXTEND 2393 #define SCI_GRABFOCUS 2400 #define SCI_STARTRECORD 3001 #define SCI_STOPRECORD 3002 -- cgit v1.2.3