aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2007-08-18 03:45:08 +0000
committernyamatongwe <unknown>2007-08-18 03:45:08 +0000
commit326733c0d630b8e638ba84e630ef139666ebf996 (patch)
tree47d6ae8b89c72fe02d152a43c486196a9f43ce34 /include/Scintilla.h
parente8e88cea44afc66c6e43c8d041e93a0b1d16c90d (diff)
downloadscintilla-mirror-326733c0d630b8e638ba84e630ef139666ebf996.tar.gz
Addition of DelWordRightEnd by Nick Treleaven eases compatibility with
common GTK+ behaviour.
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 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