-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working on Eclipse 4.3.1 #1
Comments
Just checked via Debugger. It appears the ParameterizedCommand.generateCombinations(Command) call has changed. Mousefeed is calling it in GlobalSelectionListener line 252. Further investigation: |
I issued a bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=419365 would you mind adding more comments if you think it's necessary? thanks! |
So, I've looked at all Eclipse versions 4.2.0 through 4.3.1 (64bit, linux). The Mousefeed version from this github repository works with all of them. The only feature working only partially is suggesting to setup a shortcut for often used actions/commands. (E.g., it works for the File|Import action.) I've implemented it for 3.7.2 and it relies on the fact that commands, that are resolved for actions, are defined. That is true for many, some however are not. One example is the Window|Preferences action from the menu. In 3.7.2 clicking that action 2 times will increase the threshold counter. On the third click mousefeed would pop up a suggestion to setup a shortcut. When clicking that link you'd be taken to the keys preference page. Up to 3.7.2 the preferences actions was resolved to a defined command. Starting with 4.2.0 the resolved command is defined=false. I'm not sure how to deal with that now. An option might be to have a look how the keys preference page aggregates it's list of commands and then just jump to the first matching the action's name. I might go for that some day. Can someone verify, that Mousefeed is still working (Do you see the popups?) with Eclipse 4.3.1 on Mac and Windows? If so, I'd rather close this issue without changing any code. |
Hi! apparently it doesn't work for me, I'm on Mac OS 10.8.5 |
OK nvm, I think Mousefeed is working, just saw a popup! I guess I was trying the wrong stuff, for example: closing a file, shouldn't it warn me to do COMMAND + W ? |
Not necessarily. Mousefeed can only provide popups for commands and for some actions. If the 'x' to close the window is resolved to a command with defined=false then Mousefeed cannot process it. |
makes sense. case closed then! thank you very much for your support! |
Is this a bug or just not supported? I installed the "e4" one and I do see it under the Preferences, but no pop up or anything like that.
The text was updated successfully, but these errors were encountered: