diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-01-30 22:29:34 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-01-30 22:29:34 +0000 |
commit | 890247960876e8dd987dd44ec98da4300b6a0fd3 (patch) | |
tree | fe077fbf95d6599c88dc2c2f34494665452a32ef /Source/SPConstants.m | |
parent | a776a6437e40837cc2e20a9231e3eb8ef1a73ddf (diff) | |
download | sequelpro-890247960876e8dd987dd44ec98da4300b6a0fd3.tar.gz sequelpro-890247960876e8dd987dd44ec98da4300b6a0fd3.tar.bz2 sequelpro-890247960876e8dd987dd44ec98da4300b6a0fd3.zip |
• CMTextView's colours are set via observer, live changed in editable textviews
• added Preference setting "Table font" in "Table" pane to set the table font/size for all result tables (Content, Custom Query)
• added to SPTableView the method setFont:
• fixed the initialisation of vars in CMTextView (fixes the displaying of create syntax)
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 f5f6e5bf..90fd0e2b 100644 --- a/Source/SPConstants.m +++ b/Source/SPConstants.m @@ -64,6 +64,7 @@ NSString *SPNewFieldsAllowNulls = @"NewFieldsAllowNulls"; NSString *SPLimitResults = @"LimitResults"; NSString *SPLimitResultsValue = @"LimitResultsValue"; NSString *SPNullValue = @"NullValue"; +NSString *SPGlobalResultTableFont = @"GlobalResultTableFont"; // Favorites Prefpane NSString *SPFavorites = @"favorites"; |