mirror of
https://github.com/textmate/textmate.git
synced 2026-04-06 03:01:29 -04: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;
|
||||
|
||||
@@ -12,7 +12,6 @@ OAK_DEBUG_VAR(HTMLOutputWindow);
|
||||
{
|
||||
OBJC_WATCH_LEAKS(HTMLOutputWindowController);
|
||||
}
|
||||
@property (nonatomic) OakHTMLOutputView* htmlOutputView;
|
||||
@property (nonatomic) HTMLOutputWindowController* retainedSelf;
|
||||
@end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user