New: Added option in xCodeCapp for displaying error in notification

Previously it wasn't possible to configure xCodeCapp to show or not errors/warnings and capp_lint with notifications
This commit is contained in:
Alexandre Wilhelm
2014-04-21 15:34:12 -07:00
parent 0bd2a032bb
commit eaa607b48d
7 changed files with 470 additions and 51 deletions
+4
View File
@@ -19,6 +19,10 @@ extern NSString * const kDefaultXCCReactToInodeMod;
extern NSString * const kDefaultXCCReopenLastProject;
extern NSString * const kDefaultXCCAutoOpenErrorsPanelOnWarnings;
extern NSString * const kDefaultXCCAutoOpenErrorsPanelOnErrors;
extern NSString * const kDefaultXCCAutoOpenErrorsPanelOnCappLint;
extern NSString * const kDefaultXCCAutoShowNotificationOnWarnings;
extern NSString * const kDefaultXCCAutoShowNotificationOnErrors;
extern NSString * const kDefaultXCCAutoShowNotificationOnCappLint;
extern NSString * const kDefaultXCCProjectHistory;
extern NSString * const kDefaultLastOpenedPath;
extern NSString * const kDefaultPathModificationDates;