diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-10-25 11:58:03 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-10-25 11:58:03 +0000 |
commit | 0915f9d8dcdf2177ce700dca036a629d00178dcd (patch) | |
tree | 0ce5b8a63e6596eb1a5a9cee1a37859915159865 /Source/SPTextViewAdditions.h | |
parent | b3cef17561a6a271ecdf6bbd0a359f1dadfbaf0a (diff) | |
download | sequelpro-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.h | 2 |
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; |