Wrong viewport of build output window

CodeLite installation/troubleshooting forum
AlexAUT
CodeLite Curious
Posts: 2
Joined: Sun Sep 13, 2015 2:03 pm
Genuine User: Yes
IDE Question: C++
Contact:

Wrong viewport of build output window

Post 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
You do not have the required permissions to view the files attached to this post.
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Wrong viewport of build output window

Post 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
Make sure you have read the HOW TO POST thread
AlexAUT
CodeLite Curious
Posts: 2
Joined: Sun Sep 13, 2015 2:03 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Wrong viewport of build output window

Post by AlexAUT »

Ahh, I searched the forum a bit, but forgot about the issue tracker on github :oops: Sorry for the repost then.
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Wrong viewport of build output window

Post by eranif »

This is now fixed in git master, feel free to build and test it

Eran
Make sure you have read the HOW TO POST thread
Post Reply