How can I get a list of already define contextIds for the extension point org.eclipse.ui.bindings?

StackOverflow https://stackoverflow.com/questions/21459868

문제

I'd like to bind a new keyboard shortcut to an existing context in my plugin.xml. How can I get a list of all known contextIds?

Specifically, I'm looking for a context ID that will bind the shortcut to the Project Explorer.

도움이 되었습니까?

해결책

If you create a key binding in the plugin.xml editor there is a Browse button on the contextId line that will show you a list of know context ids.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top