Thursday, November 24, 2011

Need Help on How to Access Information of a Eclipse Plugin Programatically

Hi,

I am new but I will do my best to explain the problem I am having...
hope someone can help a newbie out!

I am running Eclipse which has a plugin that some1 built and what it
basically does is gives you list of auto-completed code suggestions
(via the pop-up when user presses CTRL+SPACE). It is just like how
Eclipse usually does it but this plugin helps auto-complete blocks of
code rather than just one line of code. (See http://i.imgur.com/1W8oW.png
for a screenshot of the plugin in use)

Now, I am trying to use the Google Web Toolkit to basically make a
HTML "search engine" where the user copy pastes their incomplete code
in a HTML webpage and basically I want to take the user input and
force a "ctrl+space" event on the plug-in and get the list of auto-
complete suggestions and display them back onto the HTML webpage...
all by coding.

I need help figuring out how to make the communication with the plugin
and get the list of auto-complete suggestions.

Again I am new so please be specific.. thank you in advance:)

~ AP

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment