[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform] Re: Add menu listener for editor context menu.

In 3.2, you can get about half way there ... the ICommandService provides an execution listener which will report every command registered. But it won't capture menu events, just keybindings and direct command calls.

PW