Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Content Assist in Web Editor
Content Assist in Web Editor [message #1748240] Mon, 21 November 2016 09:06 Go to next message
Eclipse UserFriend
Hi,
i am trying to invoke content assist in a Web editor. I updated
class EdlProposalProvider extends AbstractEdlProposalProvider,
however, i get the content assist functionality in the (Eclipse) editor but not in the Web editor.
Should i look at another file for updating the content assist in the Web editor?

BR
Re: Content Assist in Web Editor [message #1748282 is a reply to message #1748240] Mon, 21 November 2016 14:28 Go to previous messageGo to next message
Eclipse UserFriend
What do you mean by "Web editor"? Almost sounds like you'd be running Eclipse in the browser? If so, using which technology? What is EDL?
Re: Content Assist in Web Editor [message #1748345 is a reply to message #1748282] Tue, 22 November 2016 06:49 Go to previous messageGo to next message
Eclipse UserFriend
I am using the Xtext (Web version) for creating a Web Editor for my language.
When i run my language as an Eclipse plugin, the content assist is ok, however, when i run my Web Editor (not with the use of Eclipse - in the localhost) the custom content assist is not working.
The Edl is the name of my language.
My costumizations concern the class class EdlProposalProvider extends AbstractEdlProposalProvider that are not presented in the Web version of the editor by pressing Ctrl-Space.
Re: Content Assist in Web Editor [message #1748378 is a reply to message #1748345] Tue, 22 November 2016 10:26 Go to previous message
Eclipse UserFriend
Ergo you seem to be searching for the Xtext forum, right?

For your convenience here's the link https://www.eclipse.org/forums/index.php/f/27/

Previous Topic:@Nullable not allowed on primitive arrays
Next Topic:HELP
Goto Forum:
  


Current Time: Sat May 24 03:58:23 EDT 2025

Powered by FUDForum. Page generated in 0.03018 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top