| [news.eclipse.platform] Re: How do I activate the Quick Fix command in a context menu? |
Daniel Megert wrote:
However, "Quick Fix Ctrl+1" in the SourceViewer context menu is still disabled. Where exactly does the editor framework check for the content assistant?If you use/subclass one of the editors you get it for free, otherwise you have to create and connect an action that then invokes the corresponding operation on the source viewer.
And out of curiosity, where is the key binding to Ctrl-1 set?In plugin.xml where the command is defined.
Thanks for patiently bearing with me, Pepe