Skip to main content



      Home
Home » Newcomers » Newcomers » How to create and use new Marker types for Problem view
How to create and use new Marker types for Problem view [message #91660] Wed, 03 August 2005 06:20 Go to next message
Eclipse UserFriend
Originally posted by: harish.l.philips.com

I am trying to create own Marker type and use.
But it is not working. Can anyone help me.

Thanks & Regards
Harish
Re: How to create and use new Marker types for Problem view [message #93663 is a reply to message #91660] Wed, 10 August 2005 05:35 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: daniel.megert.gmx.net

Harish wrote:

> I am trying to create own Marker type and use.
> But it is not working. Can anyone help me.

What exactly did you do/try? What is not working?

Dani

>
> Thanks & Regards
> Harish
>
Re: How to create and use new Marker types for Problem view [message #94151 is a reply to message #93663] Fri, 12 August 2005 03:16 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: harish.l.philips.com

I created Marker type extension.
In the code i'm creating marker
IMarker mark = resource.createMarker("MYMARKER");
mark.setAttribute(IMarker.LINE_NUMBER,linenumber);
mark.setAttribute(IMarker.LOCATION,absfilename);
mark.setAttribute(IMarker.MESSAGE,msg);
mark.setAttribute(IMarker.SEVERITY,IMarker.SEVERITY_ERROR);

But msg is not getting updated in Problem Pane
Re: How to create and use new Marker types for Problem view [message #94208 is a reply to message #94151] Fri, 12 August 2005 06:49 Go to previous message
Eclipse UserFriend
Originally posted by: daniel.megert.gmx.net

Harish wrote:

> I created Marker type extension.
> In the code i'm creating marker
> IMarker mark = resource.createMarker("MYMARKER");
> mark.setAttribute(IMarker.LINE_NUMBER,linenumber);
> mark.setAttribute(IMarker.LOCATION,absfilename);
> mark.setAttribute(IMarker.MESSAGE,msg);
> mark.setAttribute(IMarker.SEVERITY,IMarker.SEVERITY_ERROR);
>
> But msg is not getting updated in Problem Pane
>
Make sure your marker type is defined in plugin.xml and declared as
sub-type of problem marker.

Dani
Previous Topic:Wanting to use j2ee
Next Topic:Search result behaviour
Goto Forum:
  


Current Time: Tue Jul 15 03:22:08 EDT 2025

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

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

Back to the top