From cca030a98637bec8e8a731efb7ad15b3f458b115 Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Sun, 31 Mar 2013 23:05:36 +0000 Subject: Combine the "Run All" and "Run Current/Previous/Selection" buttons into a single button with dropdown menu with ability to change the default action: - Create a new SPComboPopupButton class; this subclasses NSPopupButton to retain the ability to show the popup menu, but only when the right-hand side of the button is pressed, allowing the rest of the button to perform the click action - Combine the previous two "Run" buttons on the Custom Query view into a new SPComboPopupButton - Move the Run menu items from the gear menu into the Run button popup menu so they can be discovered more easily (and the shortcuts seen more easily) - Add a menu item to switch the button's default action, which also swaps all associated shortcuts - Clean up associated logic This implements Issue #1569 --- Resources/Plists/PreferenceDefaults.plist | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Resources/Plists') diff --git a/Resources/Plists/PreferenceDefaults.plist b/Resources/Plists/PreferenceDefaults.plist index c77ec08e..3fb262e4 100644 --- a/Resources/Plists/PreferenceDefaults.plist +++ b/Resources/Plists/PreferenceDefaults.plist @@ -157,6 +157,8 @@ QueryHistoryReplacesContent + QueryPrimaryControlRunsAll + QuickLookTypes ReloadAfterAddingRow -- cgit v1.2.3