From c6d9ccf48dcc12c907fd6e86035b5964972ab881 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Thu, 30 Apr 2009 21:28:40 +0000 Subject: =?UTF-8?q?=E2=80=A2=20added=20"MySQL=20Help"=20to=20the=20MainMen?= =?UTF-8?q?u=20>=20Help=20submenu=20-=20it=20shows=20the=20MySQL=20Help=20?= =?UTF-8?q?TOC=20of=20the=20front=20most=20tableDocument=20mysql=20connect?= =?UTF-8?q?ion,=20i.e.=20each=20tableDocument=20has=20its=20own=20Help=20w?= =?UTF-8?q?indow=20(due=20to=20the=20fact=20that=20the=20Help=20is=20versi?= =?UTF-8?q?on=20specific),=20and=20makes=20it=20the=20keyWindow=20-=20chan?= =?UTF-8?q?ged=20the=20way=20for=20getting=20the=20mySQLversion=20into=20t?= =?UTF-8?q?he=20CustomQuery;=20now=20a=20new=20tableDocument=20set=20it=20?= =?UTF-8?q?via=20[customQueryInstance=20setMySQLversion:foo];=20the=20othe?= =?UTF-8?q?r=20way=20was=20to=20unsafe=20regarding=20to=20get=20the=20vers?= =?UTF-8?q?ion=20if=20MySQL=20Help=20was=20invoked=20via=20MainMenu=20?= =?UTF-8?q?=E2=80=A2=20Help=20window=20and=20Create=20Table=20Syntax=20win?= =?UTF-8?q?dow=20will=20be=20released=20while=20closing=20the=20tableDocum?= =?UTF-8?q?ent?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/CustomQuery.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Source/CustomQuery.h') diff --git a/Source/CustomQuery.h b/Source/CustomQuery.h index 1fae3b5d..72cc749c 100644 --- a/Source/CustomQuery.h +++ b/Source/CustomQuery.h @@ -31,6 +31,8 @@ #import "CMMCPResult.h" #import "RegexKitLite.h" +#define SP_HELP_TOC_SEARCH_STRING @"contents" + @interface CustomQuery : NSObject { IBOutlet id tableWindow; @@ -123,6 +125,8 @@ - (void)showHelpFor:(NSString *)aString addToHistory:(BOOL)addToHistory; - (void)helpTargetValidation; - (void)openMySQLonlineDocumentationWithString:(NSString *)searchString; +- (NSWindow *)helpWebViewWindow; +- (void)setMySQLversion:(NSString *)theVersion; // Other -- cgit v1.2.3