Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Quick fixes list in tooltip
Quick fixes list in tooltip [message #671339] Tue, 17 May 2011 15:02 Go to next message
Hans Meier is currently offline Hans MeierFriend
Messages: 8
Registered: July 2009
Junior Member
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 15:29 Go to previous messageGo to next message
Curtis Windatt is currently offline Curtis WindattFriend
Messages: 166
Registered: July 2009
Senior Member
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 17:58 Go to previous message
Antish Waldkar is currently offline Antish WaldkarFriend
Messages: 2
Registered: November 2012
Junior Member
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: Thu Mar 28 20:25:07 GMT 2024

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

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

Back to the top