aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConstants.m
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/SPConstants.m
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/SPConstants.m')
-rw-r--r--Source/SPConstants.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPConstants.m b/Source/SPConstants.m
index cb5ea82f..f9865eb6 100644
--- a/Source/SPConstants.m
+++ b/Source/SPConstants.m
@@ -46,6 +46,7 @@ NSString *SPContentFilterPasteboardDragType = @"SPContentFilterPasteboard";
NSString *SPFileExtensionDefault = @"spf";
NSString *SPBundleFileExtension = @"spfs";
NSString *SPFileExtensionSQL = @"sql";
+NSString *SPColorThemeFileExtension = @"spTheme";
// Filenames
NSString *SPHTMLPrintTemplate = @"sequel-pro-print-template";
@@ -107,6 +108,7 @@ NSString *SPCustomQueryEditorQuoteColor = @"CustomQueryEditorQuoteColor
NSString *SPCustomQueryEditorBacktickColor = @"CustomQueryEditorBacktickColor";
NSString *SPCustomQueryEditorVariableColor = @"CustomQueryEditorVariableColor";
NSString *SPCustomQueryEditorHighlightQueryColor = @"CustomQueryEditorHighlightQueryColor";
+NSString *SPCustomQueryEditorSelectionColor = @"CustomQueryEditorSelectionColor";
NSString *SPCustomQueryAutoIndent = @"CustomQueryAutoIndent";
NSString *SPCustomQueryAutoPairCharacters = @"CustomQueryAutoPairCharacters";
NSString *SPCustomQueryAutoUppercaseKeywords = @"CustomQueryAutoUppercaseKeywords";