diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-11-15 21:25:26 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-11-15 21:25:26 +0000 |
commit | cd4ae516d0db053c1bb818e617cf5b5bbebdaafc (patch) | |
tree | 98a6fbddc09798a67d7d207e5417c41af940745d /Source/SPTextView.h | |
parent | 1fddbf3316c6d9b61952426f285d8ed4765cee45 (diff) | |
download | sequelpro-cd4ae516d0db053c1bb818e617cf5b5bbebdaafc.tar.gz sequelpro-cd4ae516d0db053c1bb818e617cf5b5bbebdaafc.tar.bz2 sequelpro-cd4ae516d0db053c1bb818e617cf5b5bbebdaafc.zip |
• Bundle support
- outsourced code to SPAppController to centralise Bundle support and make it available for different scopes (query editor, input text fields, data tables etc.)
- store bundle info scope-based
- added input text field support
- made usage of constants
Diffstat (limited to 'Source/SPTextView.h')
-rw-r--r-- | Source/SPTextView.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/Source/SPTextView.h b/Source/SPTextView.h index ed1b7666..02482611 100644 --- a/Source/SPTextView.h +++ b/Source/SPTextView.h @@ -86,11 +86,6 @@ NSRange queryRange; BOOL shouldHiliteQuery; - NSMutableArray *bundleItems; - NSMutableArray *bundleCategories; - NSMutableArray *bundleUsedScopes; - NSMutableDictionary *bundleKeyEquivalents; - } @property(retain) NSColor* queryHiliteColor; @@ -149,8 +144,6 @@ - (BOOL)isSnippetMode; -- (void)reloadBundleItems; - -- (IBAction)executeBundleItem:(id)sender; +- (IBAction)executeBundleItemForEditor:(id)sender; @end |