New: added "Show in Finder" item to XcodeCapp.

Shows the Cappuccino project folder. If Path Finder is installed, it says "Show in Path Finder" and that is used.

Reorganized the menu a bit and updated the help.
This commit is contained in:
Aparajita Fishman
2013-05-09 09:26:44 -04:00
parent a63bb155c2
commit 86d7ec4180
10 changed files with 261 additions and 199 deletions
+2 -2
View File
@@ -26,8 +26,8 @@
@property (strong) IBOutlet NSMenu *statusMenu;
@property (assign) IBOutlet NSMenuItem *menuItemHistory;
@property (assign) IBOutlet NSMenuItem *menuItemOpenInXcode;
@property (assign) IBOutlet NSMenuItem *menuItemListen;
@property (assign) IBOutlet NSMenuItem *menuItemOpenProject;
@property (assign) IBOutlet NSMenuItem *menuItemShowInFinder;
@property (strong) IBOutlet NSPanel *aboutWindow;
@property (strong) IBOutlet NSWindow *preferencesWindow;