Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [e4-dev] State of dynamic (programmatic) keybinding update for e4 / Eclipse IDE

And, indeed, it works with my small Java usecase.
I re-checked all my code and found my error. 

Sorry for the false alarm, thanks for pointing me to the right direction, and really happy that it works!

Cheers,

-- Laurent

Le lundi 17 novembre 2014, Laurent PETIT <laurent.petit@xxxxxxxxx> a écrit :
I will.

Currently it's written in Clojure. I will rewrite the relevant part in Java. I may even catch an error in my code in the process, who knows :-). Stay tuned!

2014-11-17 14:40 GMT+01:00 Wojciech Sudol <wsudol.eclipse@xxxxxxxxx>:
It should work. Please report a bug in bugzilla and attach a snippet or an example plugin that reproduces the issue.

Best regards,
Wojtek


On 11/17/2014 1:24 AM, Laurent PETIT wrote:
Hello,

I'm back, second round on Clojure / Counterclockwise User Plugins.

I'd like to focus on a single issue: being able to dynamically create keybindings.

The current code does not work. There's no error.
Creating the command and the handler work. They are visible from the Quick Assist, visible from the "Keys" Preference page.
It is possible to assign a keybinding from the "Keys" Preference page.

But it's not possible to programmatically set keybinding. At least not in the way I implemented it a year ago, which is done by adding the Key Binding to the Application Model.

Is this expected to work in the context of the Eclipse IDE?

Cheers,

--
Laurent Petit


_______________________________________________
e4-dev mailing list
e4-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/e4-dev


_______________________________________________
e4-dev mailing list
e4-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/e4-dev



--
Laurent Petit


--
Laurent Petit


Back to the top