Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 22:07 Go to next message
Christian Doerner is currently offline Christian DoernerFriend
Messages: 3
Registered: July 2010
Junior Member
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 06:08 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4435
Registered: July 2009
Senior Member

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


_
Nitin Dahyabhai
Eclipse Web Tools Platform
Re: IMarkerResolutionGenerator and org.eclipse.wst.sse editors [message #638015 is a reply to message #547601] Tue, 09 November 2010 16:12 Go to previous message
Christian Doerner is currently offline Christian DoernerFriend
Messages: 3
Registered: July 2010
Junior Member
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: Fri Apr 19 13:21:38 GMT 2024

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

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

Back to the top