From 7af28ed0ae8321ec8c871f81598a0313c0dba7f6 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 18 Aug 2007 03:45:08 +0000 Subject: Addition of DelWordRightEnd by Nick Treleaven eases compatibility with common GTK+ behaviour. --- include/Scintilla.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/Scintilla.h') diff --git a/include/Scintilla.h b/include/Scintilla.h index 144402ba6..757587259 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -505,6 +505,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SCI_ZOOMOUT 2334 #define SCI_DELWORDLEFT 2335 #define SCI_DELWORDRIGHT 2336 +#define SCI_DELWORDRIGHTEND 2518 #define SCI_LINECUT 2337 #define SCI_LINEDELETE 2338 #define SCI_LINETRANSPOSE 2339 -- cgit v1.2.3