Community
Participate
Working Groups
Created attachment 223263 [details] NotHandledException stack trace I used the quick access to run a particular command. After running it the command appears as an option in the quick access under 'Previous Choices'. The handler is no longer active (plug-in.xml 'activeWhen' now calculates as false) and either shouldn't appear in the Quick Access or should be disabled. Clicking on the command again results in the attached NotHandledException.
Created attachment 232513 [details] Patch This fix enables a previous pick only if the original provider of the pick is also providing the element.
(In reply to comment #1) > Created attachment 232513 [details] > Patch > I can't apply this patch (not with eclipse or with git am). If you want to take another crack at it, you can push fixes to Gerrit - see http://wiki.eclipse.org/Platform_UI/How_to_Contribute and see http://wiki.eclipse.org/Platform-releng/Git_Workflows#Setting_up_your_repo #4 on how to add a review remote for pushing fixes to Gerrit. PW
Created attachment 232917 [details] Updated patch This patch is against master. Hopefully it will work better.
Moved proposal to gerrit: https://git.eclipse.org/r/14572
Released as http://git.eclipse.org/c/platform/eclipse.platform.ui.git/commit/?id=fa694e6ccb5d1fdad75a158aaa19c33fcddef0e5 Thanks Tom. PW
In 4.4.0.I20130806-2000 PW
This only works if filtering for a command that STARTS with the text one types. Enter a space as the first character in quickaccess: All the commands that are disabled still appear in the previous choices. To Reproduce: Close A Project. With the closed project selected, open the project using quickaccess Now Close The Project Select outside the project explorer confirm the open project menu item is disabled. type open in quickaccess -> it's true the item is not present type a space in quickaccess -> there it is :) type project in quickaccess -> there it is :) now select the open project and enjoy the exception
(In reply to Steven Spungin from comment #7) > This only works if filtering for a command that STARTS with the text one > types. > > Enter a space as the first character in quickaccess: All the commands that > are disabled still appear in the previous choices. > > To Reproduce: > Close A Project. > With the closed project selected, open the project using quickaccess > Now Close The Project > Select outside the project explorer > confirm the open project menu item is disabled. > type open in quickaccess -> it's true the item is not present > type a space in quickaccess -> there it is :) > type project in quickaccess -> there it is :) > > now select the open project and enjoy the exception Steven, please file a new bug report with these steps, thanks.
Already did. Bug 432096