DZone ForumsDZone Forums  

Go Back   DZone Forums > Community > Tools & IDEs > Eclipse
FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
LinkBack Thread Tools Display Modes

Topic: Creating markers in plug-in
Old 07-18-2008, 05:24 AM   #1 (permalink)
Member
 
Join Date: Jul 2008
Posts: 4
I am new to eclipse plug-in development.
What I want to achieve is this :
If the user clicks on a button inside a view, a particular line in a particular java file
should get highlighted and a error-like mark should appear next to it.
Also, if the user hovers his mouse icon, he'd be able to see a yellow sticky box with a message.

After searching the net, I can say there is no document that gives me the basic steps I should be taking in order to achieve what I want to. The template available in eclipse new project wizard creates all extensions and classes but no clear documentation is present that tells me where I go from there.
I came to know there is a plug-in org.eclipse.core.resources.marker.
But I don't know how do I use it.
Also there is an interface IMarker. But the java doc says, "This interface is not intended to be implemented by developers".

Probably this is simple but with no proper documentation I am not able to pull this off. Please tell me how do I proceed?

Thanks in advance.
kaprasanna is offline   Reply /w Quote -


Tags
marker

Thread Tools
Display Modes



All times are GMT -5. The time now is 08:52 PM.