diff options
author | Bibiko <bibiko@eva.mpg.de> | 2009-08-11 13:59:58 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2009-08-11 13:59:58 +0000 |
commit | 07082135254e88cbfd421aa41f12522582b10d89 (patch) | |
tree | 646e38024c453a0146ef59b33bae339f90c4749d /Resources | |
parent | 32df64e8f588f6a16f2ad9c821c6db149c3bdb03 (diff) | |
download | sequelpro-07082135254e88cbfd421aa41f12522582b10d89.tar.gz sequelpro-07082135254e88cbfd421aa41f12522582b10d89.tar.bz2 sequelpro-07082135254e88cbfd421aa41f12522582b10d89.zip |
• in Table Content the button status of "edit spreadsheet or sheet-like" will be saved in the Prefs
• font settings in the Field Editor Sheet will be saved in the Prefs
• improved max text length checking while using other InputManager (eg Japanese etc.) - still a bit under construction
Note: each Beep() wil be replaced by a tooltip soon.
Diffstat (limited to 'Resources')
-rw-r--r-- | Resources/PreferenceDefaults.plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Resources/PreferenceDefaults.plist b/Resources/PreferenceDefaults.plist index 72e975b3..f56b7432 100644 --- a/Resources/PreferenceDefaults.plist +++ b/Resources/PreferenceDefaults.plist @@ -38,6 +38,8 @@ <integer>60</integer> <key>DisplayTableViewVerticalGridlines</key> <false/> + <key>EditInSheetEnabled</key> + <false/> <key>CustomQueryEditorFont</key> <data>BAtzdHJlYW10eXBlZIHoA4QBQISEhAZOU0ZvbnQehIQITlNPYmplY3QAhYQBaRiEBVsyNGNdBgAAAA4AAAD//k0AbwBuAGEAYwBvAAAAhAFmCoQBYwCYAZgAmACG</data> <key>CustomQueryEditorBackgroundColor</key> |