Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylyn-dev] Re: command handlers and activeFocusControl

Thanks, that saves 2 lines of code!

On Tue, Jun 10, 2008 at 1:01 AM, Steffen Pingel <steffenp@xxxxxx> wrote:
Great that you got it working. You might also want to take a look at
org.eclipse.ui.handlers.HandlerUtil. The class has a bunch of static methods,
e.g. getVariable(ExecutionEvent event, String name) that help with some of
the command handler boiler plate code.

Steffen


Back to the top