From d67d000020134f3010ba32c46983d23f53ab1ce6 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Wed, 29 Apr 2009 18:08:30 +0000 Subject: =?UTF-8?q?=E2=80=A2=20MySQL=20Help=20refactoring?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/CustomQuery.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Source/CustomQuery.h') diff --git a/Source/CustomQuery.h b/Source/CustomQuery.h index 42b2ae66..fd305662 100644 --- a/Source/CustomQuery.h +++ b/Source/CustomQuery.h @@ -90,7 +90,7 @@ - (IBAction)chooseQueryHistory:(id)sender; - (IBAction)closeSheet:(id)sender; - (IBAction)gearMenuItemSelected:(id)sender; -- (IBAction)getHelpForCurrentWord:(id)sender; +- (IBAction)showHelpForCurrentWord:(id)sender; - (IBAction)showHelpForSearchString:(id)sender; - (IBAction)helpSegmentDispatcher:(id)sender; - (IBAction)helpTargetDispatcher:(id)sender; @@ -117,9 +117,11 @@ - (NSArray *)currentResult; // MySQL Help -- (void)showHelpFor:(NSString *)aString setHistory:(BOOL)setHistory; -- (NSString *)getHTMLHelpFor:(NSString *)aString; +- (NSString *)getHTMLformattedMySQLHelpFor:(NSString *)aString; +- (void)showHelpFor:(NSString *)aString addToHistory:(BOOL)addToHistory; - (void)helpTargetValidation; +- (void)openMySQLonlineDocumentationWithString:(NSString *)searchString; + // Other - (void)setConnection:(CMMCPConnection *)theConnection; -- cgit v1.2.3