mirror of
https://github.com/textmate/textmate.git
synced 2026-01-23 21:57:54 -05:00
Make htmlOutputView a public property of the HTML output window
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
PUBLIC @interface HTMLOutputWindowController : NSObject <NSWindowDelegate>
|
||||
@property (nonatomic) NSWindow* window;
|
||||
@property (nonatomic) OakHTMLOutputView* htmlOutputView;
|
||||
@property (nonatomic) command::runner_ptr commandRunner;
|
||||
@property (nonatomic, readonly) BOOL running;
|
||||
@property (nonatomic, readonly) BOOL needsNewWebView;
|
||||
|
||||
Reference in New Issue
Block a user