diff options
author | nyamatongwe <devnull@localhost> | 2003-02-09 09:03:55 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2003-02-09 09:03:55 +0000 |
commit | 2fb461f38ccc02f133c41d0badab23c32cfb8f54 (patch) | |
tree | 5de791b12eec76616c6f2210fdf856abff0a89db /include/Scintilla.h | |
parent | 50fe4c1dedae94692f95ffaf79c60bb122616d37 (diff) | |
download | scintilla-mirror-2fb461f38ccc02f133c41d0badab23c32cfb8f54.tar.gz |
Join and Split lines methods.
Method to copy selection end points to target.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r-- | include/Scintilla.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h index f0c041b6f..da5c9d86f 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -399,6 +399,9 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SCI_APPENDTEXT 2282 #define SCI_GETTWOPHASEDRAW 2283 #define SCI_SETTWOPHASEDRAW 2284 +#define SCI_TARGETFROMSELECTION 2287 +#define SCI_LINESJOIN 2288 +#define SCI_LINESSPLIT 2289 #define SCI_LINEDOWN 2300 #define SCI_LINEDOWNEXTEND 2301 #define SCI_LINEUP 2302 |