aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConstants.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-08-18 13:55:36 +0000
committerBibiko <bibiko@eva.mpg.de>2010-08-18 13:55:36 +0000
commit8c1128f6710c6738cc969a11f05bef89c8722c63 (patch)
tree5fb72744befe5940571dc8da41e2568b33f5f675 /Source/SPConstants.h
parentcb3f168082f921bdfd65eecec7d21eaf4e8bd79e (diff)
downloadsequelpro-8c1128f6710c6738cc969a11f05bef89c8722c63.tar.gz
sequelpro-8c1128f6710c6738cc969a11f05bef89c8722c63.tar.bz2
sequelpro-8c1128f6710c6738cc969a11f05bef89c8722c63.zip
• added Query Editor color theme manager to the Editor Pref
- themes can be saved/loaded in/from ~/Library/Application Support/Sequel Pro/Themes by using the gear menu items in the Editor Pref - rearrange the GUI - Edit Theme List follows soon
Diffstat (limited to 'Source/SPConstants.h')
-rw-r--r--Source/SPConstants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPConstants.h b/Source/SPConstants.h
index 58630aa6..9086128a 100644
--- a/Source/SPConstants.h
+++ b/Source/SPConstants.h
@@ -296,6 +296,7 @@ extern NSString *SPCustomQueryEditorTabStopWidth;
extern NSString *SPCustomQueryAutoComplete;
extern NSString *SPCustomQueryAutoCompleteDelay;
extern NSString *SPCustomQueryFunctionCompletionInsertsArguments;
+extern NSString *SPCustomQueryEditorThemeName;
// AutoUpdate Prefpane
extern NSString *SPLastUsedVersion;