Author Topic: horizontal scrollbar is not big enough: long lines cannot be seen  (Read 2958 times)

Offline wild_goose

  • Single posting newcomer
  • *
  • Posts: 4
Hi, I just noticed that very long lines cannot be seen completely: the horizontal scrollbar allows to scroll right only partially, some part of the line always stays off the screen.
 For now I avoided the problem by using "Word wrap" in settings.

Is it bug or I misconfigured something?

CB version is last trunk, Linux, gtk3

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: horizontal scrollbar is not big enough: long lines cannot be seen
« Reply #1 on: March 14, 2020, 04:25:21 pm »
Can you show a screenshot?
GTK3 has this overshoot (or whatever is called) feature where it has some feedback when you reach the end of the scrolling control.

If you really want to use cb for actual work and not bother reporting all the issues I advise you to switch to gtk2. You'll have to move the -9999 ebuild to your custom overlay and change the required toolkit version to gtk2. I'm using this config daily and it is a lot more stable.

GTK3 is really in a rough shape at the moment (both wx (especially 3.0.4) and cb are full of bugs when using this backend).
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline wild_goose

  • Single posting newcomer
  • *
  • Posts: 4
Re: horizontal scrollbar is not big enough: long lines cannot be seen
« Reply #2 on: March 14, 2020, 05:12:00 pm »


So, the horizontal scrollbar is max to the right, and big chank of the line is not visible
« Last Edit: March 14, 2020, 05:13:45 pm by wild_goose »

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: horizontal scrollbar is not big enough: long lines cannot be seen
« Reply #3 on: March 14, 2020, 05:17:39 pm »
OK, seems like another gtk3 related issue. :(
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: horizontal scrollbar is not big enough: long lines cannot be seen
« Reply #4 on: March 14, 2020, 05:31:45 pm »
Logging an issue about this would be helpful when we start fixing these...
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: horizontal scrollbar is not big enough: long lines cannot be seen
« Reply #5 on: March 14, 2020, 06:57:22 pm »
I think this is an issue we already suffer from for years.

Offline sodev

  • Regular
  • ***
  • Posts: 497
Re: horizontal scrollbar is not big enough: long lines cannot be seen
« Reply #6 on: March 14, 2020, 07:13:30 pm »
And i also think that problem exists on Windows. And i dont think it is exclusive to CodeBlocks, i think it also happens in wxFormBuilder.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: horizontal scrollbar is not big enough: long lines cannot be seen
« Reply #7 on: March 14, 2020, 11:39:45 pm »
I cannot reproduce this with gtk2 builds...
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]