aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Selection.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 /src/Selection.h
parent0ff5fa2cd5ce684ca3a9164cf897e5060c5a7c9a (diff)
downloadscintilla-mirror-3b1b6e1a5bff76b6055456ce841c9a18c23f8748.tar.gz
Added commands for rotating selections and swapping caret and anchor of
main selection.
Diffstat (limited to 'src/Selection.h')
-rw-r--r--src/Selection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Selection.h b/src/Selection.h
index 2c4ee120b..ff13f2130 100644
--- a/src/Selection.h
+++ b/src/Selection.h
@@ -156,6 +156,7 @@ public:
int VirtualSpaceFor(int pos) const;
void Clear();
void RemoveDuplicates();
+ void RotateMain();
};
#ifdef SCI_NAMESPACE