diff options
author | rowanbeentje <rowan@beent.je> | 2009-04-02 01:23:26 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2009-04-02 01:23:26 +0000 |
commit | 00910549fefaaa0954aa080a3ec1be5a4746062b (patch) | |
tree | 896bc68f6426e58be635ef0238aad7b045057651 /Source/SPStringAdditions.h | |
parent | 8fd7a25952b3d5317a22e14c83af06b56c32710a (diff) | |
download | sequelpro-00910549fefaaa0954aa080a3ec1be5a4746062b.tar.gz sequelpro-00910549fefaaa0954aa080a3ec1be5a4746062b.tar.bz2 sequelpro-00910549fefaaa0954aa080a3ec1be5a4746062b.zip |
- Add a new "gear" action menu underneath the custom query view, including a number of items:
- Add menu commands for "Run All" and "Run Selected", with additional keyboard shortcuts - cmd-R for Run all, addressing #137
- Add menu commands for indenting text, outdenting text, and to show autocompletion is available
- Add menu commands to toggle autopairing and autoindenting
- Also hidden menu commands for history navigation and clearing, not hooked in yet (see #207)
- Add a new method to our string additions: lineRangesForRange
- Add "shift right" (indent) and "shift left" (outdent) support to CMTextView, including for multiple lines
Diffstat (limited to 'Source/SPStringAdditions.h')
-rw-r--r-- | Source/SPStringAdditions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPStringAdditions.h b/Source/SPStringAdditions.h index be999ba4..1d706666 100644 --- a/Source/SPStringAdditions.h +++ b/Source/SPStringAdditions.h @@ -28,6 +28,7 @@ + (NSString *)stringForTimeInterval:(float)timeInterval; - (NSString *)backtickQuotedString; +- (NSArray *)lineRangesForRange:(NSRange)aRange; #if MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_5 - (NSArray *)componentsSeparatedByCharactersInSet:(NSCharacterSet *)set; |