From f63ecc5616b2203382fb18c590525f442f390877 Mon Sep 17 00:00:00 2001 From: Colomban Wendling Date: Sun, 26 Aug 2012 14:18:30 +0200 Subject: Add SCI_VCHOMEDISPLAYEXTEND keyboard command This is like SCI_VCHOMEDISPLAY but extending the selection. --- 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 f415b8e59..1ee941727 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -875,6 +875,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SCI_DESCRIBEPROPERTY 4016 #define SCI_DESCRIBEKEYWORDSETS 4017 #define SCI_VCHOMEDISPLAY 4018 +#define SCI_VCHOMEDISPLAYEXTEND 4019 #define SC_MOD_INSERTTEXT 0x1 #define SC_MOD_DELETETEXT 0x2 #define SC_MOD_CHANGESTYLE 0x4 -- cgit v1.2.3