diff options
author | nyamatongwe <unknown> | 2009-07-21 08:19:28 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2009-07-21 08:19:28 +0000 |
commit | 74fc1b126280c1f928dd8a8fb54bc174b92187b4 (patch) | |
tree | b33f67eee05d1296114dc5dc71d058723d678989 /include/Scintilla.iface | |
parent | 0ea7c707827ec481e385d765ae87f0903735d70e (diff) | |
download | scintilla-mirror-74fc1b126280c1f928dd8a8fb54bc174b92187b4.tar.gz |
Added commands for rotating selections and swapping caret and anchor of
main selection.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r-- | include/Scintilla.iface | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 5367169f2..d2682a18e 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -2031,6 +2031,12 @@ set void SetAdditionalCaretFore=2604(colour fore,) # Get the foreground colour of additional carets. get colour GetAdditionalCaretFore=2605(,) +# Set the main selection to the next selection. +fun void RotateSelection=2606(,) + +# Swap that caret and anchor of the main selection. +fun void SwapMainAnchorCaret=2607(,) + # Start notifying the container of all key presses and commands. fun void StartRecord=3001(,) |