From 2b08c6ee48f984b99165a156690dfcf4c67fea21 Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 15 Aug 2013 15:13:15 +1000 Subject: Feature: [feature-requests:#1007]. Option to allow mouse selection to switch to rectangular by pressing Alt after start of gesture. From Neomi. --- include/Scintilla.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/Scintilla.h') diff --git a/include/Scintilla.h b/include/Scintilla.h index 1a685172b..5bfcfc266 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -801,6 +801,8 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SCI_ADDUNDOACTION 2560 #define SCI_CHARPOSITIONFROMPOINT 2561 #define SCI_CHARPOSITIONFROMPOINTCLOSE 2562 +#define SCI_SETMOUSESELECTIONRECTANGULARSWITCH 2668 +#define SCI_GETMOUSESELECTIONRECTANGULARSWITCH 2669 #define SCI_SETMULTIPLESELECTION 2563 #define SCI_GETMULTIPLESELECTION 2564 #define SCI_SETADDITIONALSELECTIONTYPING 2565 -- cgit v1.2.3