diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-02-26 22:41:56 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-02-26 22:41:56 +0000 |
commit | b91ee5c9ee79e2407b85155748ad35d698cca574 (patch) | |
tree | 4adbbb51e212013fbcd07d7b73047dd6ec0e4374 /Source/CMTextView.m | |
parent | 947cb3e7725ee0e67cd0b2a22c34c5c1122d6cc3 (diff) | |
download | sequelpro-b91ee5c9ee79e2407b85155748ad35d698cca574.tar.gz sequelpro-b91ee5c9ee79e2407b85155748ad35d698cca574.tar.bz2 sequelpro-b91ee5c9ee79e2407b85155748ad35d698cca574.zip |
• REPAIR, OPTIMIZE, ANALYZE, FLUSH, CHECKSUM now can be applied to more than one selected item in the TablesList; if no error alert OK, if not or for CHECKSUM list the output in a table view
- while sheet is open showing the accessory table user can press ⌘C for copying it
- added missing NSLocalizeStrings
• fixed a tiny issue for $SP_SELECTED_TABLES
Diffstat (limited to 'Source/CMTextView.m')
-rw-r--r-- | Source/CMTextView.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CMTextView.m b/Source/CMTextView.m index 7d140ccb..4a226ef5 100644 --- a/Source/CMTextView.m +++ b/Source/CMTextView.m @@ -1190,7 +1190,7 @@ NSInteger alphabeticSort(id string1, id string2, void *reverse) if([selTables count]) [theHintString replaceCharactersInRange:r withString:[selTables componentsJoinedAndBacktickQuoted]]; else - [theHintString replaceCharactersInRange:r withString:@"<tables>"]; + [theHintString replaceCharactersInRange:r withString:@"$SP_SELECTED_TABLE"]; } [theHintString flushCachedRegexData]; } |