From 2fb461f38ccc02f133c41d0badab23c32cfb8f54 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 9 Feb 2003 09:03:55 +0000 Subject: Join and Split lines methods. Method to copy selection end points to target. --- include/Scintilla.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/Scintilla.h') 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 -- cgit v1.2.3