diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-08-17 12:10:54 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-08-17 12:10:54 +0000 |
commit | 487cc8e31b4487c5d85817e9ff73d24dbaeedd74 (patch) | |
tree | 6ba1d1905fa5587900928b08991a7e7af781fcbb /Source/SPPreferenceController.h | |
parent | 9c466bb7ca3bd581cb52d80a800ad9f46f0817bb (diff) | |
download | sequelpro-487cc8e31b4487c5d85817e9ff73d24dbaeedd74.tar.gz sequelpro-487cc8e31b4487c5d85817e9ff73d24dbaeedd74.tar.bz2 sequelpro-487cc8e31b4487c5d85817e9ff73d24dbaeedd74.zip |
• initial commit to set the Editor's colors by using a table approach containing SPColorWellCells
- further improvements will follow soon
Diffstat (limited to 'Source/SPPreferenceController.h')
-rw-r--r-- | Source/SPPreferenceController.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/Source/SPPreferenceController.h b/Source/SPPreferenceController.h index d5e22fd5..428bfd6d 100644 --- a/Source/SPPreferenceController.h +++ b/Source/SPPreferenceController.h @@ -60,7 +60,12 @@ IBOutlet NSMenuItem *favoritesSortByMenuItem; IBOutlet id tableCell; - + + IBOutlet NSTableView *colorSettingTableView; + NSArray *editorColors; + NSArray *editorNameForColors; + NSUInteger colorRow; + IBOutlet NSTextField *editorFontName; IBOutlet NSTextField *globalResultTableFontName; @@ -68,7 +73,7 @@ SPKeychain *keychain; NSDictionary *currentFavorite; - + NSToolbar *toolbar; NSToolbarItem *generalItem; |