aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authornyamatongwe <unknown>2009-07-21 08:19:28 +0000
committernyamatongwe <unknown>2009-07-21 08:19:28 +0000
commit74fc1b126280c1f928dd8a8fb54bc174b92187b4 (patch)
treeb33f67eee05d1296114dc5dc71d058723d678989 /include/Scintilla.iface
parent0ea7c707827ec481e385d765ae87f0903735d70e (diff)
downloadscintilla-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.iface6
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(,)