User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01
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.