diff options
author | Bibiko <bibiko@eva.mpg.de> | 2009-07-15 17:33:28 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2009-07-15 17:33:28 +0000 |
commit | 6380481880bf44e8f50a47e606a6c8357c71afa5 (patch) | |
tree | 67e1ffbd0913ede532c546806de7e9b481461b09 /Source/CMTextView.m | |
parent | c213d86c13973d280e43bb4c5c380e72c50b703e (diff) | |
download | sequelpro-6380481880bf44e8f50a47e606a6c8357c71afa5.tar.gz sequelpro-6380481880bf44e8f50a47e606a6c8357c71afa5.tar.bz2 sequelpro-6380481880bf44e8f50a47e606a6c8357c71afa5.zip |
• Comment current Query/Selection
- changed comment string to "-- "
- fixed bug in uncomment
- added gear menu item
-- TODO: change menu item title according to selection/current query (coming soon)
Diffstat (limited to 'Source/CMTextView.m')
-rw-r--r-- | Source/CMTextView.m | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/CMTextView.m b/Source/CMTextView.m index 27fb0dab..3720a521 100644 --- a/Source/CMTextView.m +++ b/Source/CMTextView.m @@ -531,11 +531,6 @@ NSInteger alphabeticSort(id string1, id string2, void *reverse) [self makeTextSizeSmaller]; return; } - if([charactersIgnMod isEqualToString:@"/"]) - { - [[[[self window] delegate] valueForKeyPath:@"customQueryInstance"] commentOutQuery]; - return; - } } // Only process for character autopairing if autopairing is enabled and a single character is being added. |