Page 1 of 1

Wrong viewport of build output window

Posted: Mon Sep 21, 2015 10:49 pm
by AlexAUT
Hello,
I have an annoying problem with codelite, as you can see in the screenshot below the build output rendering is not working correctly. It looks like the widget thinks it's smaller and won't use the whole space. So I always have to resize the frame to see the errors and then make it smaller to code again :cry:

My PC:
OS: Arch Linux (4.1.6-1-ARCH) (on Fedora 22 the same problem also using gnome)
DE: Gnome 3.16.2

Has someone ran into this issue? Besides of that I have to say thanks for this great IDE!



AlexAUT

Re: Wrong viewport of build output window

Posted: Tue Sep 22, 2015 11:14 am
by eranif
It was reported https://github.com/eranif/codelite/issues/900

It looks like a problem with the DE (my guess: GTK 3 issue)
I will see if this can be fixed by replacing the widget used for the build output

Eran

Re: Wrong viewport of build output window

Posted: Tue Sep 22, 2015 11:20 am
by AlexAUT
Ahh, I searched the forum a bit, but forgot about the issue tracker on github :oops: Sorry for the repost then.

Re: Wrong viewport of build output window

Posted: Wed Sep 30, 2015 11:04 am
by eranif
This is now fixed in git master, feel free to build and test it

Eran