Eclipse plugin: content assist working in Galileo, not Ganymede
Posted
by erwan
on Stack Overflow
See other posts from Stack Overflow
or by erwan
Published on 2010-03-30T15:20:08Z
Indexed on
2010/03/30
15:23 UTC
Read the original article
Hit count: 477
Hi,
I am writing a custom editor in a plugin, and I developed it in Galileo. Now I'm trying to run it in Ganymede, but content assist doesn't work. There is no error, just nothing happens when I type "ctrl+space".
The way I'm doing it is by providing a custom Configuration class that extends SourceViewerConfiguration, overriding public IContentAssistant getContentAssistant(ISourceViewer sourceViewer). The method gets called when the editor is created but there is no content assist.
Was there any change from Ganymede to Galileo that I should be aware of?
© Stack Overflow or respective owner