diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-02-13 14:09:56 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-02-13 14:09:56 +0000 |
commit | 072855c944fb56266961ad5ec61349cd38e4acff (patch) | |
tree | 2f720fe543d0c351d9501c419724d8acc04709c4 /Source/SPQueryFavoriteManager.h | |
parent | 4f2b28e1691c5b64e1768ba7c4797623f61cf0a6 (diff) | |
download | sequelpro-072855c944fb56266961ad5ec61349cd38e4acff.tar.gz sequelpro-072855c944fb56266961ad5ec61349cd38e4acff.tar.bz2 sequelpro-072855c944fb56266961ad5ec61349cd38e4acff.zip |
• improved text macro snippet behaviour
• improved the ability to run bash commands inside of snippets
• ignore most of the syntax highlighting inside snippet declarations
• fixed issue in CMTextView to use obj class variables only to generalise this object
Diffstat (limited to 'Source/SPQueryFavoriteManager.h')
-rw-r--r-- | Source/SPQueryFavoriteManager.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/SPQueryFavoriteManager.h b/Source/SPQueryFavoriteManager.h index 2a9c3c56..9e207356 100644 --- a/Source/SPQueryFavoriteManager.h +++ b/Source/SPQueryFavoriteManager.h @@ -24,6 +24,7 @@ // More info at <http://code.google.com/p/sequel-pro/> #import <Cocoa/Cocoa.h> +#import "CMTextView.h" @class BWAnchoredButtonBar; @@ -42,7 +43,7 @@ IBOutlet NSTableView *favoritesTableView; IBOutlet NSTextField *favoriteNameTextField; IBOutlet NSTextField *favoriteTabTriggerTextField; - IBOutlet NSTextView *favoriteQueryTextView; + IBOutlet CMTextView *favoriteQueryTextView; IBOutlet NSButton *removeButton; IBOutlet BWAnchoredButtonBar *splitViewButtonBar; |