From e3fb3e4d970c691eb696bdaeabb64e0e84d2d930 Mon Sep 17 00:00:00 2001 From: Neil Date: Mon, 23 Feb 2015 08:20:32 +1100 Subject: Add SCI_GETTARGETTEXT as a simpler alternate to SCI_GETTEXTRANGE. --- 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 018a6d8bd..e2e3297a5 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -433,6 +433,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SCI_SETTARGETEND 2192 #define SCI_GETTARGETEND 2193 #define SCI_SETTARGETRANGE 2686 +#define SCI_GETTARGETTEXT 2687 #define SCI_REPLACETARGET 2194 #define SCI_REPLACETARGETRE 2195 #define SCI_SEARCHINTARGET 2197 -- cgit v1.2.3