diff options
author | nyamatongwe <devnull@localhost> | 2007-08-18 03:45:08 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2007-08-18 03:45:08 +0000 |
commit | 7af28ed0ae8321ec8c871f81598a0313c0dba7f6 (patch) | |
tree | 47d6ae8b89c72fe02d152a43c486196a9f43ce34 /include/Scintilla.h | |
parent | 4228fb9cd91c9778ec90b3f0d34859684642c85d (diff) | |
download | scintilla-mirror-7af28ed0ae8321ec8c871f81598a0313c0dba7f6.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.h | 1 |
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 |