Skip to main content



      Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Quick fixes list in tooltip
Quick fixes list in tooltip [message #671339] Tue, 17 May 2011 11:02 Go to next message
Eclipse UserFriend
I develop plugin for eclipse, which marks some location in files. Also, user must have ability to do some actions with this markers, something like this list of actions in spellchecker: http://i.stack.imgur.com/euB3g.png

but the only realization i've found is http://wiki.eclipse.org/FAQ_How_do_I_implement_Quick_Fixes_f or_my_own_language%3F

which implements quick fixes list which looks more like autocompletion list (screenshot is in article above).

So how i can implement list of quick fixes, which will be shown in marker's tooltip? This must work in any editor, or at least in CDT's editor and default text editor in eclipse.
Re: Quick fixes list in tooltip [message #977796 is a reply to message #671339] Fri, 09 November 2012 10:29 Go to previous messageGo to next message
Eclipse UserFriend
I have answered this on your stack overflow question

http://stackoverflow.com/q/5978198/1809873
Re: Quick fixes list in tooltip [message #981797 is a reply to message #671339] Mon, 12 November 2012 12:58 Go to previous message
Eclipse UserFriend
Have you been able to get it display the message dialog? I have been asked to automate the quickFix feature in eclipse so as to select the best fix for a syntax error. I have tried the same tutorial as yours and i'm stuck. Apparently the run method does not get called...So if you managed to get it working right..Can help me?
Previous Topic:Target Editor often fails to update locations
Next Topic:adding action to toolbar in formpage
Goto Forum:
  


Current Time: Tue Jul 22 18:34:47 EDT 2025

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

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

Back to the top