gef-classic icon indicating copy to clipboard operation
gef-classic copied to clipboard

Add ability to ignore insets when global scrollbar is used

Open ptziegler opened this issue 1 year ago • 2 comments

Having this extra space for the scrollbar looks really out-of-place, given that none of the other views seem to do this. I also get the impression that it doesn't work properly, because

a) Parts of the text seem cut off, because they are behind the scrollbar. b) This extra space temporarily disappears, if one resizes the IDE.

image

I believe this is done by the ScrollPaneSolver.

ptziegler avatar Jan 30 '24 17:01 ptziegler

When I debugged the drawing performance I also had the impression that ScrollPaneSolver was somehow doing things it shouldn't do. But I was not fully sure and do not yet fully understand it.

azoitl avatar Jan 31 '24 18:01 azoitl

This issue is stale because it has been open for 90 days with no activity.

github-actions[bot] avatar May 01 '24 01:05 github-actions[bot]

Now that the overlay scrollbar can be disabled via Canvas.setScrollbarsMode() and also due to the improvements in the ScrollPaneResolver, I think this has become obsolete.

ptziegler avatar Oct 14 '24 21:10 ptziegler