diff options
author | Bibiko <bibiko@eva.mpg.de> | 2009-08-28 11:36:30 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2009-08-28 11:36:30 +0000 |
commit | 87f5d0a9f91c49e9e4ae5f9411fc3a0e716911b1 (patch) | |
tree | 71f0532b6e0a751cdcf91c2c3321e840625bc2df /Resources/PreferenceDefaults.plist | |
parent | 7053b1fe3330b469e79d0f0689b6a2af931fb665 (diff) | |
download | sequelpro-87f5d0a9f91c49e9e4ae5f9411fc3a0e716911b1.tar.gz sequelpro-87f5d0a9f91c49e9e4ae5f9411fc3a0e716911b1.tar.bz2 sequelpro-87f5d0a9f91c49e9e4ae5f9411fc3a0e716911b1.zip |
• Custom Query:
- added to History list "Replace Editor Content" (stored in the prefs) and a search field
- "Save ... to Favorites" menu title changes according to selection in the textView
Problem: How can we allow if the user hits RETURN in a search field (fav/history) to select the next menu item if any and to change the first responder to popup button menu list?
Diffstat (limited to 'Resources/PreferenceDefaults.plist')
-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 5db7e463..bf58e7ec 100644 --- a/Resources/PreferenceDefaults.plist +++ b/Resources/PreferenceDefaults.plist @@ -42,6 +42,8 @@ <false/> <key>QueryFavoriteReplacesContent</key> <false/> + <key>QueryHistoryReplacesContent</key> + <false/> <key>CustomQueryEditorFont</key> <data>BAtzdHJlYW10eXBlZIHoA4QBQISEhAZOU0ZvbnQehIQITlNPYmplY3QAhYQBaRiEBVsyNGNdBgAAAA4AAAD//k0AbwBuAGEAYwBvAAAAhAFmCoQBYwCYAZgAmACG</data> <key>CustomQueryEditorBackgroundColor</key> |