aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTextViewAdditions.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-10-25 11:58:03 +0000
committerBibiko <bibiko@eva.mpg.de>2010-10-25 11:58:03 +0000
commit0915f9d8dcdf2177ce700dca036a629d00178dcd (patch)
tree0ce5b8a63e6596eb1a5a9cee1a37859915159865 /Source/SPTextViewAdditions.h
parentb3cef17561a6a271ecdf6bbd0a359f1dadfbaf0a (diff)
downloadsequelpro-0915f9d8dcdf2177ce700dca036a629d00178dcd.tar.gz
sequelpro-0915f9d8dcdf2177ce700dca036a629d00178dcd.tar.bz2
sequelpro-0915f9d8dcdf2177ce700dca036a629d00178dcd.zip
• added to each NSTextView the possibility to move the current line or the selected lines one line up or down by using the short-cuts ^⌘↑/↓
- fixes issue 873
Diffstat (limited to 'Source/SPTextViewAdditions.h')
-rw-r--r--Source/SPTextViewAdditions.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPTextViewAdditions.h b/Source/SPTextViewAdditions.h
index f32db8fd..0a2e69b1 100644
--- a/Source/SPTextViewAdditions.h
+++ b/Source/SPTextViewAdditions.h
@@ -39,6 +39,8 @@
- (IBAction)doTranspose:(id)sender;
- (IBAction)doRemoveDiacritics:(id)sender;
- (IBAction)insertNULLvalue:(id)sender;
+- (IBAction)moveSelectionLineUp:(id)sender;
+- (IBAction)moveSelectionLineDown:(id)sender;
- (void)makeTextSizeLarger;
- (void)makeTextSizeSmaller;