From b3b87db97d6b607ed78a671115e3e56a76077503 Mon Sep 17 00:00:00 2001 From: dmoagx Date: Wed, 23 Oct 2013 00:34:52 +0000 Subject: * This change adds basic tab coloring support for favorites - ** POC / NEEDS REVIEW ** Known issues: * There might be additional colors be shown when dragging tabs between windows * The color set might need fine tuning * Coloring of items in the favorite outline view is not yet handled --- Source/SPConstants.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/SPConstants.h') diff --git a/Source/SPConstants.h b/Source/SPConstants.h index b353b2dc..872ad0f5 100644 --- a/Source/SPConstants.h +++ b/Source/SPConstants.h @@ -371,6 +371,7 @@ extern NSString *SPFavoritesSortedBy; extern NSString *SPFavoritesSortedInReverse; extern NSString *SPAlwaysShowWindowTabBar; extern NSString *SPResetAutoIncrementAfterDeletionOfAllRows; +extern NSString *SPFavoriteColorList; // Hidden Prefs extern NSString *SPPrintWarningRowLimit; @@ -463,6 +464,7 @@ extern NSString *SPFavoriteDatabaseKey; extern NSString *SPFavoriteHostKey; extern NSString *SPFavoritePortKey; extern NSString *SPFavoriteUserKey; +extern NSString *SPFavoriteColorIndexKey; extern NSString *SPFavoriteTypeKey; extern NSString *SPFavoriteSocketKey; extern NSString *SPFavoriteSSHHostKey; -- cgit v1.2.3