Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-ui-dev] Annotations for editors showing selected element only

You are doing the right thing. This is a problem in the vertical ruler / vertical ruler column that only surfaces when the length of a position is 0. Will be fixed in next integration build.

Kai


At 04:14 PM 11/19/2002 -0600, you wrote:

At present, the platform debug infrastructure uses annotations to display the blue instruction pointer arrow that marks the current line of execution when debugging.  However, this instruction pointer gets confused when the user clicks the 'Show Source of Selected Element Only' toolbar button; it looks as if the annotation is being shown in the location it would be in if the editor were showing the entire source.  I would have expected that when the user clicked the 'selected element only' action, the text editor or annotation model would have automatically done the math to move or supress annotations based on the currently selected element.  Is this not the case, or does something have to be done to get this behavior?

Back to the top