Community
Participate
Working Groups
I20080422-0800, was OK in I20080415-1646 The 'Show Annotation' command does not work any more: - new workspace - bind 'Show Annotation' to Alt+Shift+A - in the Package Explorer, select or open a file from CVS - Alt+Shift+A => "operation is not enabled" dialog => should show annotations
Markus, you are able to ask for annotation using the context menu, aren't you? There is a problem with calling the command using a key binding, right?
> Markus, you are able to ask for annotation using the context menu, aren't you? > There is a problem with calling the command using a key binding, right? Yes, but I forgot where the command is located in the menu ;-). I marked it as Major because I didn't see any changes in that area, which makes me fear the problem could also affect other commands. It could also be a problem in Platform/UI, but it needs to be investigated.
(In reply to comment #2) > Yes, but I forgot where the command is located in the menu ;-). Forgiven ;) > It could also be a problem in Platform/UI, but it needs to be investigated. That's my main suspect too.
I have key bindings for Commit and Update commands. When trying to use one of them I get the same dialog as described in comment 0. Picking the action from the context menu executes it normally. If I find out this can happen to an action not related to Compare/Team/CVS I will move the to Platform/UI. Until then, assigning to myself to investigate.
*** Bug 230294 has been marked as a duplicate of this bug. ***
*** Bug 229713 has been marked as a duplicate of this bug. ***
Bug 229713 informs about problem with using binded "Synchronize with Repository" command in Java Perspective/Package Explorer.
(In reply to comment #4) > I have key bindings for Commit and Update commands. When trying to use one of > them I get the same dialog as described in comment 0. Picking the action from > the context menu executes it normally. This happens only when executing the key sequence while in Package Explorer, it works fine when called in Synchronize view.
After some investigation I realized it looks pretty much the same as bug 228717. I'm keeping my fingers crossed for Paul.
*** This bug has been marked as a duplicate of bug 228717 ***
Just for the record, I did some debugging and I found one that when I try to call an action using a key binding ActionDelegateHandlerProxy is used. In its updateDelegate method it tries to get the current selection based on IEvaluationContext. The method does return an object but it's not an instance of ISelection, so in result we get null as selection. I hope this helps.