Disappearing Marker [message #255214] |
Thu, 24 July 2008 03:35 |
Eclipse User |
|
|
|
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?
|
|
|
Powered by
FUDForum. Page generated in 0.44434 seconds