문제

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?

도움이 되었습니까?

해결책

XML에 이것을 추가했습니다. AllowApponLyPolicy="true"

및 이제 코드는 나에게 다른 오류를 보여줍니다. 이미 해당 오류에 대한 질문을 묻는 질문 :

https.: //sharepoint.stackexchange.com/questions/96102/remote-server-returned-an-erlor-500-internal-server-error-when-using-sest-sea

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