diff options
author | Bibiko <bibiko@eva.mpg.de> | 2009-04-28 12:38:04 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2009-04-28 12:38:04 +0000 |
commit | a2f339ecc420468f54cbf55d70f380bbf0d64151 (patch) | |
tree | a93776907cb3906d50e599056f1d3c48d53060b3 /Source/CustomQuery.h | |
parent | ec07828f39fbcb415ded908326a082ac63a293d7 (diff) | |
download | sequelpro-a2f339ecc420468f54cbf55d70f380bbf0d64151.tar.gz sequelpro-a2f339ecc420468f54cbf55d70f380bbf0d64151.tar.bz2 sequelpro-a2f339ecc420468f54cbf55d70f380bbf0d64151.zip |
• MySQL Help improved:
- added history: go back/forward
- window now has auto save name MYSQL_HELP_WINDOW
- disabled contextual menu for safety reasons (temporarily)
- some minor stuff
Diffstat (limited to 'Source/CustomQuery.h')
-rw-r--r-- | Source/CustomQuery.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/CustomQuery.h b/Source/CustomQuery.h index 66c5e965..3e3b51ea 100644 --- a/Source/CustomQuery.h +++ b/Source/CustomQuery.h @@ -80,6 +80,7 @@ int queryStartPosition; int helpTarget; + WebHistory *helpHistory; } @@ -116,7 +117,7 @@ - (NSArray *)currentResult; // MySQL Help -- (void)showHelpFor:(NSString *)aString; +- (void)showHelpFor:(NSString *)aString setHistory:(BOOL)setHistory; - (NSString *)getHTMLHelpFor:(NSString *)aString; - (void)helpTargetValidation; |