[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform] Help with Quick Fix

Folks,

I am trying to implement a Quick Fix-type functionality for my text editor 
and I am having some difficulties.

I have one part of it working to my satisfaction.
When you right click an Error in the Problem View and select Quick Fix from 
the Menu you are presented with a list of fixes
If you select one of these fixes the method called is :

CorrectionMarkerResolutionGenerator.getResolutions(IMarker)

However I have been unable as yet to figure out how to get JDT-like editor 
quick fixes.
In other words the quick fix icon that appears on the vertical ruler and 
allows you to invoke a quick fix
by clicking the icon or using the Ctrl + 1 shortcut.

Can anyone help me out in this regard ?
An article/class in JDT/anything would be greatly appreciated.

Thanks.