From 8fe53cf1cdfdc3939b5aea81eda4227d04da2dea Mon Sep 17 00:00:00 2001 From: Bibiko Date: Wed, 15 Dec 2010 12:59:33 +0000 Subject: =?UTF-8?q?=E2=80=A2=20sequelpro=20URL=20scheme=20support=20-=20ad?= =?UTF-8?q?ded=20command=20"SyntaxHighlighting/format"=20which=20returns?= =?UTF-8?q?=20the=20syntax=20highlighted=20string=20due=20to=20the=20forma?= =?UTF-8?q?t=20settings=20(up=20to=20now=20html=20and=20htmlcss)=20-=20add?= =?UTF-8?q?ed=20command=20"CreateSyntaxForTables/item1/item2/=E2=80=A6/{fo?= =?UTF-8?q?rmat}"=20which=20returns=20all=20CREATE=20SYNTAX=20statements?= =?UTF-8?q?=20of=20the=20passed=20items=20and=20if=20passed=20syntax=20hig?= =?UTF-8?q?hlighted=20due=20to=20format=20(optional)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPDatabaseDocument.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/SPDatabaseDocument.h') diff --git a/Source/SPDatabaseDocument.h b/Source/SPDatabaseDocument.h index e7fac8bf..fd716668 100644 --- a/Source/SPDatabaseDocument.h +++ b/Source/SPDatabaseDocument.h @@ -357,6 +357,7 @@ - (NSWindow *)parentWindow; // Scripting +- (NSString*)doSQLSyntaxHighlightForString:(NSString*)sqlText cssLike:(BOOL)cssLike; - (void)handleSchemeCommand:(NSDictionary*)commandDict; - (void)registerActivity:(NSDictionary*)commandDict; - (void)removeRegisteredActivity:(NSInteger)pid; -- cgit v1.2.3