Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Marker shows no Tooltip
Marker shows no Tooltip [message #635546] Wed, 27 October 2010 10:11
info is currently offline infoFriend
Messages: 9
Registered: August 2010
Location: Bonn
Junior Member
Hi,

i add my markers the following way:

if( marker.exists() ) {
    marker.setAttribute( IMarker.MESSAGE, msg );
    marker.setAttribute( IMarker.LINE_NUMBER, line );
    marker.setAttribute( IMarker.SEVERITY, severity );
}


The Marker occures in the VerticalRuler of the Editor, but the text does not show up. Is there anything I have forgotten? Or something else that needs to be done?

Tanks
Previous Topic:Tomcat server configuration problem
Next Topic:.eclipse folder issues
Goto Forum:
  


Current Time: Fri Sep 20 06:38:14 GMT 2024

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

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

Back to the top