mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Add loadHTMLString: API to HTML output view
This replaces the current HTML shown without adding to the history and will preserve scroll position.
This commit is contained in:
@@ -5,6 +5,7 @@ extern NSString* const kCommandRunnerURLScheme;
|
||||
@interface OakHTMLOutputView : NSView
|
||||
- (void)loadRequest:(NSURLRequest*)aRequest environment:(std::map<std::string, std::string> const&)anEnvironment autoScrolls:(BOOL)flag;
|
||||
- (void)stopLoading;
|
||||
- (void)loadHTMLString:(NSString*)someHTML;
|
||||
|
||||
@property (nonatomic, readonly) BOOL runningCommand;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user