diff options
author | Bibiko <bibiko@eva.mpg.de> | 2009-08-26 11:55:20 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2009-08-26 11:55:20 +0000 |
commit | 07d42ca087e58f23f64f6cf9dfe212286b750e12 (patch) | |
tree | 66a3d2babe3db958bf781ea4dc6d917d70b59810 /Resources | |
parent | 6a8f423169cb76dec7e672ba8e34f5e5196f7283 (diff) | |
download | sequelpro-07d42ca087e58f23f64f6cf9dfe212286b750e12.tar.gz sequelpro-07d42ca087e58f23f64f6cf9dfe212286b750e12.tar.bz2 sequelpro-07d42ca087e58f23f64f6cf9dfe212286b750e12.zip |
• added to "Query Favorite" popup menu:
- "Replace Editor Content" check box menu item; if checked the chosen query will replace the editor's content if not it will insert it (setting will be saved in the prefs)
- Search Text Field to filter the list of names (by using a regular expressions)
- added a tooltip to each menu item displaying the query behind the name
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 f56b7432..5db7e463 100644 --- a/Resources/PreferenceDefaults.plist +++ b/Resources/PreferenceDefaults.plist @@ -40,6 +40,8 @@ <false/> <key>EditInSheetEnabled</key> <false/> + <key>QueryFavoriteReplacesContent</key> + <false/> <key>CustomQueryEditorFont</key> <data>BAtzdHJlYW10eXBlZIHoA4QBQISEhAZOU0ZvbnQehIQITlNPYmplY3QAhYQBaRiEBVsyNGNdBgAAAA4AAAD//k0AbwBuAGEAYwBvAAAAhAFmCoQBYwCYAZgAmACG</data> <key>CustomQueryEditorBackgroundColor</key> |