Skip to main content



      Home
Home » Newcomers » Newcomers » Editor window layout (make scrollbars not blend over content)
Editor window layout (make scrollbars not blend over content) [message #1857117] Wed, 18 January 2023 06:19 Go to next message
Eclipse UserFriend
Is it possible to change the layout of the editor in a way, that the scrollbars are permanently visible and do not blend over the content on mouse-over?

I am currently working on Ubuntu 22.04 with KDE
Eclipse version is C/C++ 2022-12 (4.26.0)
Re: Editor window layout (make scrollbars not blend over content) [message #1857120 is a reply to message #1857117] Wed, 18 January 2023 08:41 Go to previous messageGo to next message
Eclipse UserFriend
Eclipse uses SWT which uses native widgets. So if that's what native widgets do in general on that OS then you can only configure it only if the OS itself lets you configure that...
Re: Editor window layout (make scrollbars not blend over content) [message #1857122 is a reply to message #1857120] Wed, 18 January 2023 09:35 Go to previous messageGo to next message
Eclipse UserFriend
I see, thanks. It's seems to be a GTK+3 feature.

However, I don't see any of the native system tools using that feature. Native text editor (kate), file browser (dolphin) and cli (konsole) for example have all normal scrollbars. So does libreoffice and it looks as though they're using native widget set too.

Firefox on the other hand does use the same overlay scrollbars as eclipse uses. It looks good in firefox and I like it there, but I don't like it in a code editor window.

I will definitely look into it, to change it in the OS setting. Also I won't deny that I don't have much experience in UI/UX and I haven't worked with SWT before. It does seem strange though, that so few application would have those overlay scrollbars if they were the system default. It sounds totally reasonable, that this is a problem that has to do with my OS settings, but it does seem as if my OS's widget set provides both: traditional and modern overlay scrollbars.
Re: Editor window layout (make scrollbars not blend over content) [message #1857125 is a reply to message #1857122] Wed, 18 January 2023 09:47 Go to previous messageGo to next message
Eclipse UserFriend
I might have to reconsider what I've wrote in the last comment. It seems some KDE provides two native widget sets, one for Qt and one for GTK and only the GTK implementation has this auto-hide feature... I am still investigating this.
Re: Editor window layout (make scrollbars not blend over content) [message #1857126 is a reply to message #1857125] Wed, 18 January 2023 10:24 Go to previous messageGo to next message
Eclipse UserFriend
Adding "export GTK_OVERLAY_SCROLLING=0" to ~/.profile solved the issue for me.
Re: Editor window layout (make scrollbars not blend over content) [message #1857127 is a reply to message #1857126] Wed, 18 January 2023 11:22 Go to previous message
Eclipse UserFriend
Thank you for sharing your solution so that others my benefit from that insight in the future.
Previous Topic:Shortcuts don't work in Eclipse
Next Topic:Tried to uninstall and reinstall, now there is an error midway through
Goto Forum:
  


Current Time: Wed Apr 23 20:03:50 EDT 2025

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

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

Back to the top