diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-08-18 13:55:36 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-08-18 13:55:36 +0000 |
commit | 8c1128f6710c6738cc969a11f05bef89c8722c63 (patch) | |
tree | 5fb72744befe5940571dc8da41e2568b33f5f675 /Source/SPConstants.h | |
parent | cb3f168082f921bdfd65eecec7d21eaf4e8bd79e (diff) | |
download | sequelpro-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.h | 1 |
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; |