aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPDatabaseDocument.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-12-15 12:59:33 +0000
committerBibiko <bibiko@eva.mpg.de>2010-12-15 12:59:33 +0000
commit8fe53cf1cdfdc3939b5aea81eda4227d04da2dea (patch)
tree4997a0b0b6bc80dbae76881989664f9fd4204ea7 /Source/SPDatabaseDocument.h
parent263c981e4905595ebcb3e5d57609ddf75bdf40a2 (diff)
downloadsequelpro-8fe53cf1cdfdc3939b5aea81eda4227d04da2dea.tar.gz
sequelpro-8fe53cf1cdfdc3939b5aea81eda4227d04da2dea.tar.bz2
sequelpro-8fe53cf1cdfdc3939b5aea81eda4227d04da2dea.zip
• sequelpro URL scheme support
- added command "SyntaxHighlighting/format" which returns the syntax highlighted string due to the format settings (up to now html and htmlcss) - added command "CreateSyntaxForTables/item1/item2/…/{format}" which returns all CREATE SYNTAX statements of the passed items and if passed syntax highlighted due to format (optional)
Diffstat (limited to 'Source/SPDatabaseDocument.h')
-rw-r--r--Source/SPDatabaseDocument.h1
1 files changed, 1 insertions, 0 deletions
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;