aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPPreferenceController.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-08-16 12:32:26 +0000
committerBibiko <bibiko@eva.mpg.de>2010-08-16 12:32:26 +0000
commitcb2919df1f18505c7bdbe187019862e8b934a6af (patch)
tree79e37d8e6fe7bef3abda7c27b9700785c772dd74 /Source/SPPreferenceController.h
parenta4b8942109134428b04f355679e410146d07ff89 (diff)
downloadsequelpro-cb2919df1f18505c7bdbe187019862e8b934a6af.tar.gz
sequelpro-cb2919df1f18505c7bdbe187019862e8b934a6af.tar.bz2
sequelpro-cb2919df1f18505c7bdbe187019862e8b934a6af.zip
• added chance to export/import the color theme of the Query Editor in Prefs > Editor > Gear menu as normal plist file
- file extension is spTheme - can also import TextMate theme tmTheme files directly • added the chance to set the selection color in the Query Editor • fixed code for setting the insertion point color • changed the way how the query highlight color will be drawn - now it also supports colors with an alpha value
Diffstat (limited to 'Source/SPPreferenceController.h')
-rw-r--r--Source/SPPreferenceController.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/SPPreferenceController.h b/Source/SPPreferenceController.h
index cf9d2cc1..d5e22fd5 100644
--- a/Source/SPPreferenceController.h
+++ b/Source/SPPreferenceController.h
@@ -102,6 +102,9 @@
- (IBAction)sortFavorites:(id)sender;
- (IBAction)reverseFavoritesSortOrder:(id)sender;
- (IBAction)makeSelectedFavoriteDefault:(id)sender;
+- (IBAction)exportColorScheme:(id)sender;
+- (IBAction)importColorScheme:(id)sender;
+
// Toolbar item IBAction methods
- (IBAction)displayGeneralPreferences:(id)sender;