From 3b1b6e1a5bff76b6055456ce841c9a18c23f8748 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 21 Jul 2009 08:19:28 +0000 Subject: Added commands for rotating selections and swapping caret and anchor of main selection. --- src/Selection.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Selection.h') 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 -- cgit v1.2.3