mirror of
https://github.com/textmate/textmate.git
synced 2026-01-24 06:07:54 -05:00
Add showWindow:/close methods for HTML output window controller
These must be used for proper management of the “retainedSelf” property.
This commit is contained in:
@@ -7,4 +7,7 @@ PUBLIC @interface HTMLOutputWindowController : NSObject <NSWindowDelegate>
|
||||
@property (nonatomic, readonly) BOOL running;
|
||||
@property (nonatomic, readonly) BOOL needsNewWebView;
|
||||
+ (HTMLOutputWindowController*)HTMLOutputWindowWithRunner:(command::runner_ptr const&)aRunner;
|
||||
|
||||
- (void)showWindow:(id)sender;
|
||||
- (void)close;
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user