Quick Fix hooks in editor [message #152189] |
Sat, 03 April 2004 19:56  |
Eclipse User |
|
|
|
Hi,
I am definting MarkerResolution extension for non-JDT problem markers.
They are not being picked up in the editor when I right-click on the Quick
Fix icon in Java Editor.
I read in some previous threads that this was suppose to be fixed. Was it?
And if so, what else do I need to do to make this work?
Thank you,
Alex
|
|
|
Re: Quick Fix hooks in editor [message #152282 is a reply to message #152189] |
Mon, 05 April 2004 06:07  |
Eclipse User |
|
|
|
It should work, I'm not aware of a bug in that area. There's an example
in our test project, org.eclips.jdt.ui.tests/examples,
AddTestMarkersAction.java, that creates its own markers for each comment
in a java file and contributes a quick fix for it.
Make sure you are either a 'textmarker' or have CHAR_START and CHAR_END
defined.
Martin
Alex Iskold wrote:
> Hi,
>
> I am definting MarkerResolution extension for non-JDT problem markers.
> They are not being picked up in the editor when I right-click on the Quick
> Fix icon in Java Editor.
>
> I read in some previous threads that this was suppose to be fixed. Was it?
> And if so, what else do I need to do to make this work?
>
> Thank you,
>
> Alex
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.03332 seconds