diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-12-08 22:51:45 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-12-08 22:51:45 +0000 |
commit | 34eac092acd118620c2653731e283ca8aa7fc383 (patch) | |
tree | 0432f331437102e4d2d08af587237904804f100f /Source/SPBundleHTMLOutputController.h | |
parent | eb5fa28ec49e2aaecb5fd38c86f42a530498267b (diff) | |
download | sequelpro-34eac092acd118620c2653731e283ca8aa7fc383.tar.gz sequelpro-34eac092acd118620c2653731e283ca8aa7fc383.tar.bz2 sequelpro-34eac092acd118620c2653731e283ca8aa7fc383.zip |
• added Save Page As and View Source to HTML output window's context menu
Diffstat (limited to 'Source/SPBundleHTMLOutputController.h')
-rw-r--r-- | Source/SPBundleHTMLOutputController.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/SPBundleHTMLOutputController.h b/Source/SPBundleHTMLOutputController.h index 9ad79a1e..0ad38241 100644 --- a/Source/SPBundleHTMLOutputController.h +++ b/Source/SPBundleHTMLOutputController.h @@ -45,4 +45,7 @@ - (void)displayHTMLContent:(NSString *)content withOptions:(NSDictionary *)displayOptions; - (void)displayURLString:(NSString *)url withOptions:(NSDictionary *)displayOptions; +- (void)showSourceCode; +- (void)saveDocument; + @end |