Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Quick Fix hooks in editor
Quick Fix hooks in editor [message #152189] Sat, 03 April 2004 19:56 Go to next message
Eclipse UserFriend
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 Go to previous message
Eclipse UserFriend
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
>
>
Previous Topic:Fully qualified parameter type names for method signature
Next Topic:general assertion switch?
Goto Forum:
  


Current Time: Sat Jul 19 09:33:53 EDT 2025

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

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

Back to the top