mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-08 19:57:14 +00:00
XcodeCapp improvements
- Convert to ARC, garbage collection is deprecated. - Support radio buttons and groups as outlets in IB.
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
IBOutlet NSPopUpButton *buttonPreferencesAPIMode;
|
||||
IBOutlet NSButton *checkBoxPreferencesReactMode;
|
||||
IBOutlet NSUserDefaultsController *preferencesController;
|
||||
IBOutlet TNXCodeCapp *xcc;
|
||||
IBOutlet TNXCodeCapp *__strong xcc;
|
||||
IBOutlet NSWindow *windowDebug;
|
||||
IBOutlet NSMenuItem *menuDebug;
|
||||
IBOutlet NSMenuItem *menuHistory;
|
||||
@@ -51,7 +51,7 @@
|
||||
}
|
||||
|
||||
@property BOOL supportsFileModeListening;
|
||||
@property (assign) TNXCodeCapp *xcc;
|
||||
@property (strong) TNXCodeCapp *xcc;
|
||||
|
||||
+ (AppController *)sharedAppController;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user