Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Disappearing Marker
Disappearing Marker [message #255214] Thu, 24 July 2008 03:35
Eclipse UserFriend
I'm developing a plugin for eclipse which allows one to add my own custom
marker to the ruler on the left side of the editor(just like breakpoints).

The bug in my program occurs when adding a comment to the first line of a
function. If the cursor is outside of the function, it works fine-- my
marker appears in the ruler on top of the shading for current scope.
However, when the cursor is within the function, my marker disappears,
apparently overwritten by the start of the shading. (note, this only
happens in a Java File, when opening a C file with the CDT editor my
marker appears without a problem)

How can I fix this? Is there some layering or priority value for markers
to set what marker appears on top of what? Or is this just a bug with JDT?
Previous Topic:PermGen space error while running WL 9.2 in eclipse
Next Topic:How to use IJavaRefactorings.DELETE refactoring?
Goto Forum:
  


Current Time: Sun Jul 27 02:59:56 EDT 2025

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

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

Back to the top