aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2009-07-21 08:19:28 +0000
committernyamatongwe <devnull@localhost>2009-07-21 08:19:28 +0000
commit3b1b6e1a5bff76b6055456ce841c9a18c23f8748 (patch)
treeb33f67eee05d1296114dc5dc71d058723d678989 /include/Scintilla.h
parent0ff5fa2cd5ce684ca3a9164cf897e5060c5a7c9a (diff)
downloadscintilla-mirror-3b1b6e1a5bff76b6055456ce841c9a18c23f8748.tar.gz
Added commands for rotating selections and swapping caret and anchor of
main selection.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index 5986715a5..e20935d02 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -759,6 +759,8 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_GETADDITIONALSELALPHA 2603
#define SCI_SETADDITIONALCARETFORE 2604
#define SCI_GETADDITIONALCARETFORE 2605
+#define SCI_ROTATESELECTION 2606
+#define SCI_SWAPMAINANCHORCARET 2607
#define SCI_STARTRECORD 3001
#define SCI_STOPRECORD 3002
#define SCI_SETLEXER 4001