aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2009-07-12 02:22:26 +0000
committernyamatongwe <devnull@localhost>2009-07-12 02:22:26 +0000
commit7d71a29de17601c1d31190ef17ec348ea8f84645 (patch)
tree146506eeb98f7d67fcd6e130bf7415d8291c8e22 /include/Scintilla.h
parentd1e32126e5af8125ee993b7825e767b22dcfd162 (diff)
downloadscintilla-mirror-7d71a29de17601c1d31190ef17ec348ea8f84645.tar.gz
Allow setting the modifier key to be used for rectangular
selection on GTK+. Paste can be performed in virtual space on GTK+
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index 5e89ddb84..877caa712 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -749,6 +749,8 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCVS_USERACCESSIBLE 2
#define SCI_SETVIRTUALSPACEOPTIONS 2596
#define SCI_GETVIRTUALSPACEOPTIONS 2597
+#define SCI_SETRECTANGULARSELECTIONMODIFIER 2598
+#define SCI_GETRECTANGULARSELECTIONMODIFIER 2599
#define SCI_SETADDITIONALSELFORE 2600
#define SCI_SETADDITIONALSELBACK 2601
#define SCI_SETADDITIONALSELALPHA 2602
@@ -816,6 +818,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCMOD_SHIFT 1
#define SCMOD_CTRL 2
#define SCMOD_ALT 4
+#define SCMOD_SUPER 8
#define SCN_STYLENEEDED 2000
#define SCN_CHARADDED 2001
#define SCN_SAVEPOINTREACHED 2002