diff options
author | Bibiko <bibiko@eva.mpg.de> | 2009-12-03 16:21:50 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2009-12-03 16:21:50 +0000 |
commit | 73ed762bceaf6244d00486c183f83639915dfe32 (patch) | |
tree | caffcaae0e521036185241d46c2ebcc2369c2f8c /Source/CustomQuery.h | |
parent | cbafa5a85f87ce883f6be5cf75b19544560b750f (diff) | |
download | sequelpro-73ed762bceaf6244d00486c183f83639915dfe32.tar.gz sequelpro-73ed762bceaf6244d00486c183f83639915dfe32.tar.bz2 sequelpro-73ed762bceaf6244d00486c183f83639915dfe32.zip |
• fixed issue for "Update Help while typing" to suppress opening the MySQL documentation periodically if no internal help can be found
Diffstat (limited to 'Source/CustomQuery.h')
-rw-r--r-- | Source/CustomQuery.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/CustomQuery.h b/Source/CustomQuery.h index 0cbb6c0c..ba0e456d 100644 --- a/Source/CustomQuery.h +++ b/Source/CustomQuery.h @@ -171,8 +171,9 @@ - (void)processResultIntoDataStorage:(MCPStreamingResult *)theResult; // MySQL Help -- (NSString *)getHTMLformattedMySQLHelpFor:(NSString *)aString; -- (void)showHelpFor:(NSString *)aString addToHistory:(BOOL)addToHistory; +- (void)showAutoHelpForCurrentWord:(id)sender; +- (NSString *)getHTMLformattedMySQLHelpFor:(NSString *)searchString calledByAutoHelp:(BOOL)autoHelp; +- (void)showHelpFor:(NSString *)aString addToHistory:(BOOL)addToHistory calledByAutoHelp:(BOOL)autoHelp; - (void)helpTargetValidation; - (void)openMySQLonlineDocumentationWithString:(NSString *)searchString; - (NSWindow *)helpWebViewWindow; |