From eb0801ac5dc2807169905c1f402215814bcf8dec Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Sun, 28 Apr 2013 21:59:13 +0000 Subject: Merge further revisions back from trunk to 1.0.x release branch: - r4062: Fix build warning - r4064: 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 - r4065: Alter the SPComboPopupButton to ignore clicks started in the left-hand part of the button but ended in the right-hand part of the button; Change the button to use "Run All" instead of "Run All Queries" to avoid localisation issues --- 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