Skip to main content



      Home
Home » Language IDEs » ServerTools (WTP) » IMarkerResolutionGenerator and org.eclipse.wst.sse editors(How to use a IMarkerResolutionGenerator for markers in org.eclipse.wst.sse editors?)
icon5.gif  IMarkerResolutionGenerator and org.eclipse.wst.sse editors [message #546461] Mon, 12 July 2010 18:07 Go to next message
Eclipse UserFriend
Hello,

I use a IMarkerResolutionGenerator that deals with my markers in WST's JavaScript editor. That works fine. I would like to use the same for WST's HTML editor, which is an SSE editor.

I already managed to created my markers, but the quick fix option does only work if I use the 'Problems' view.

Is there a possibility to get quick fixes working on the keyboard shortcut and by clicking on the marker icons (on the left) of the HTML editor?

Everything is implemented in Eclipse 3.6.0.

Any help is appreciated!
Christian
Re: IMarkerResolutionGenerator and org.eclipse.wst.sse editors [message #547601 is a reply to message #546461] Mon, 19 July 2010 02:08 Go to previous messageGo to next message
Eclipse UserFriend
On 7/12/2010 6:07 PM, Christian Doerner wrote:
> Hello,
>
> I use a IMarkerResolutionGenerator that deals with my markers in WST's
> JavaScript editor. That works fine. I would like to use the same for
> WST's HTML editor, which is an SSE editor.
>
> I already managed to created my markers, but the quick fix option does
> only work if I use the 'Problems' view.
> Is there a possibility to get quick fixes working on the keyboard
> shortcut and by clicking on the marker icons (on the left) of the HTML
> editor?
>
> Everything is implemented in Eclipse 3.6.0.

You'll have to open up a feature request for this, as the current
mechanism only calls IQuickAssistProcessors on the text Annotations,
never going back to the (possible) underlying marker.

--
Nitin Dahyabhai
Eclipse WTP Source Editing and JSDT
IBM Rational
Re: IMarkerResolutionGenerator and org.eclipse.wst.sse editors [message #638015 is a reply to message #547601] Tue, 09 November 2010 11:12 Go to previous message
Eclipse UserFriend
The feature request has been posted:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=321250


Nitin Dahyabhai wrote on Mon, 19 July 2010 02:08
On 7/12/2010 6:07 PM, Christian Doerner wrote:
> Hello,
>
> I use a IMarkerResolutionGenerator that deals with my markers in WST's
> JavaScript editor. That works fine. I would like to use the same for
> WST's HTML editor, which is an SSE editor.
>
> I already managed to created my markers, but the quick fix option does
> only work if I use the 'Problems' view.
> Is there a possibility to get quick fixes working on the keyboard
> shortcut and by clicking on the marker icons (on the left) of the HTML
> editor?
>
> Everything is implemented in Eclipse 3.6.0.

You'll have to open up a feature request for this, as the current
mechanism only calls IQuickAssistProcessors on the text Annotations,
never going back to the (possible) underlying marker.

--
Nitin Dahyabhai
Eclipse WTP Source Editing and JSDT
IBM Rational

Previous Topic:Trying to set multiple source folders in Java facet
Next Topic:Getting web service operations and types
Goto Forum:
  


Current Time: Sun Jul 13 18:22:31 EDT 2025

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

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

Back to the top