mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-30 23:43:37 +00:00
New: xcc --reset resets the Xcode support before opening the project.
This will help in cases where the project is way out of sync and crashes XCC.
This commit is contained in:
@@ -24,16 +24,16 @@
|
||||
|
||||
@interface AppController : NSObject <NSApplicationDelegate, NSMenuDelegate>
|
||||
|
||||
@property (strong) IBOutlet NSMenu *statusMenu;
|
||||
@property (assign) IBOutlet NSMenuItem *menuItemHistory;
|
||||
@property (assign) IBOutlet NSMenuItem *menuItemOpenProject;
|
||||
@property (assign) IBOutlet NSMenuItem *menuItemShowInFinder;
|
||||
@property (strong) IBOutlet NSMenu *statusMenu;
|
||||
@property (unsafe_unretained) IBOutlet NSMenuItem *menuItemHistory;
|
||||
@property (unsafe_unretained) IBOutlet NSMenuItem *menuItemOpenProject;
|
||||
@property (unsafe_unretained) IBOutlet NSMenuItem *menuItemShowInFinder;
|
||||
|
||||
@property (strong) IBOutlet NSPanel *aboutWindow;
|
||||
@property (strong) IBOutlet NSWindow *preferencesWindow;
|
||||
|
||||
@property (strong) IBOutlet NSWindow *helpWindow;
|
||||
@property (assign) IBOutlet PDFView *helpView;
|
||||
@property (strong) IBOutlet NSWindow *helpWindow;
|
||||
@property (unsafe_unretained) IBOutlet PDFView *helpView;
|
||||
|
||||
@property (strong) IBOutlet NSUserDefaultsController *preferencesController;
|
||||
@property (strong) IBOutlet XcodeCapp *xcc;
|
||||
@@ -44,7 +44,5 @@
|
||||
- (IBAction)openHelp:(id)aSender;
|
||||
- (IBAction)openAbout:(id)aSender;
|
||||
|
||||
- (BOOL)loadProjectAtPath:(NSString *)path;
|
||||
|
||||
@end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user