You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I double-click on a parameter name or the parameter itself, the selection is set incorrectly.
It seems that the parameter name codemining is overlapping with the parameter itself by one character:
I also changed the background color with an org.eclipse.swt.custom.LineBackgroundListener for the attached screenshot.
The text was updated successfully, but these errors were encountered:
@derBluemel yes indeed today we have managed like this. Inlined content annotation takes place with GlyphMetrics width. But the use of GlyphMetrics replace the character so we must redraw it.
On a side note: Why is the inlined annotation not affected by the LineBackgroundListener?
It's perhaps because LineBackgroundListener is called when a line is drawn and the draw of inlined annotation is called in the AnnotationPainter (not in the same place). Never played with it but I thing it's one reason?
When I double-click on a parameter name or the parameter itself, the selection is set incorrectly.
It seems that the parameter name codemining is overlapping with the parameter itself by one character:
I also changed the background color with an org.eclipse.swt.custom.LineBackgroundListener for the attached screenshot.
The text was updated successfully, but these errors were encountered: