[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] M5 Quick Fix questions.

Hello,
I have two questions about the quick fix that we are contributing using IMarkerResolution and IMarkerResolutionGenerator:
1- In M5 the light bulbs do not appear in the editor, if the marker is created on an IFile that is open in an editor. You have to close the editor and re-open the file for the light bulbs for the quick fixes to appear. I tried to do a refreshLocal on the IFile but that didn't work.
So I am wondering how to get the light bulbs for the markers that have quick fixes to appear immediately as the markers appear if the file is open in the editor. Does anybody know how to do this? Or maybe this is a bug?


2- Second question is this: The quick fixes for the Java Builder errors, in the editor show how the code would look like after the quick fix is performed, Is this possible to do for other IMarkerResolutions? it doesn't seem so from the api.

        Thanks for the feedback in advance! :)