aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CustomQuery.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2009-04-24 15:20:54 +0000
committerBibiko <bibiko@eva.mpg.de>2009-04-24 15:20:54 +0000
commitbd58198b9b166f1abfa3bbbc84acd46676b68d89 (patch)
tree54d8af0222777c9052d7e32c19c625ac8bf8794e /Source/CustomQuery.h
parent180579d026ffae575a25e698c279c465dbd1bd6b (diff)
downloadsequelpro-bd58198b9b166f1abfa3bbbc84acd46676b68d89.tar.gz
sequelpro-bd58198b9b166f1abfa3bbbc84acd46676b68d89.tar.bz2
sequelpro-bd58198b9b166f1abfa3bbbc84acd46676b68d89.zip
• added a prototype to support an Help view for the current word in the Custom Query text view
- work in progress!
Diffstat (limited to 'Source/CustomQuery.h')
-rw-r--r--Source/CustomQuery.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/CustomQuery.h b/Source/CustomQuery.h
index 42803215..e1906fd1 100644
--- a/Source/CustomQuery.h
+++ b/Source/CustomQuery.h
@@ -23,6 +23,7 @@
// Or mail to <lorenz@textor.ch>
#import <Cocoa/Cocoa.h>
+#import <WebKit/WebKit.h>
#import <MCPKit_bundled/MCPKit_bundled.h>
#import "CMCopyTable.h"
#import "CMTextView.h"
@@ -57,6 +58,9 @@
IBOutlet NSMenuItem *autopairMenuItem;
IBOutlet NSMenuItem *autouppercaseKeywordsMenuItem;
+ IBOutlet NSWindow *helpWebViewWindow;
+ IBOutlet id helpWebView;
+
NSArray *queryResult;
NSUserDefaults *prefs;
NSMutableArray *queryFavorites;
@@ -75,6 +79,7 @@
- (IBAction)chooseQueryHistory:(id)sender;
- (IBAction)closeSheet:(id)sender;
- (IBAction)gearMenuItemSelected:(id)sender;
+- (IBAction)getHelpForCurrentWord:(id)sender;
// queryFavoritesSheet methods
- (IBAction)addQueryFavorite:(id)sender;