New: XcodeCapp 3 tweaks...

- Renamed XcodeSupport to .XcodeSupport.
- Added "Reset Project" to menu, it closes the project in Xcode if necessary, removes .XcodeSupport and .xcodeproj, then reloads.
- Added separate preferences for showing errors panel on warnings/errors. You may not want to see the panel if there are category warnings.
- New status icons (again).
- If an error occurs, the status icon turns red when all processing is done.
- Reworked notifications. Objective-J parsing is notified when done. Xib conversion notifies at beginning and end, because it typically takes a few seconds. Individual file notifications are suppressed if a project is being loaded.
This commit is contained in:
Aparajita Fishman
2013-04-25 13:11:22 -04:00
parent 949af39041
commit bf6ce64209
19 changed files with 388 additions and 278 deletions
@@ -40,7 +40,6 @@
+ (AppController *)sharedAppController;
- (IBAction)listenToProject:(id)aSender;
- (IBAction)openInXcode:(id)aSender;
- (IBAction)openHelp:(id)aSender;
- (IBAction)openAbout:(id)aSender;