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.m | |
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.m')
-rw-r--r-- | Source/SPConstants.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPConstants.m b/Source/SPConstants.m index f9865eb6..8fa5aadd 100644 --- a/Source/SPConstants.m +++ b/Source/SPConstants.m @@ -119,6 +119,7 @@ NSString *SPCustomQueryEditorTabStopWidth = @"CustomQueryEditorTabStopWid NSString *SPCustomQueryAutoComplete = @"CustomQueryAutoComplete"; NSString *SPCustomQueryAutoCompleteDelay = @"CustomQueryAutoCompleteDelay"; NSString *SPCustomQueryFunctionCompletionInsertsArguments = @"CustomQueryFunctionCompletionInsertsArguments"; +NSString *SPCustomQueryEditorThemeName = @"CustomQueryEditorThemeName"; // AutoUpdate Prefpane NSString *SPLastUsedVersion = @"LastUsedVersion"; |