mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Refactor OakHTMLOutputView
This commit is contained in:
@@ -79,10 +79,7 @@ static std::multimap<oak::uuid_t, HTMLOutputWindowController*> Windows;
|
||||
Windows.emplace(runner->uuid(), self);
|
||||
|
||||
self.window.title = [NSString stringWithCxxString:runner->name()];
|
||||
|
||||
[self.htmlOutputView setEnvironment:runner->environment()];
|
||||
[self.htmlOutputView loadRequest:URLRequestForCommandRunner(runner) autoScrolls:runner->auto_scroll_output()];
|
||||
|
||||
[self.htmlOutputView loadRequest:URLRequestForCommandRunner(runner) environment:runner->environment() autoScrolls:runner->auto_scroll_output()];
|
||||
[self.window makeKeyAndOrderFront:nil];
|
||||
|
||||
return YES;
|
||||
|
||||
Reference in New Issue
Block a user