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
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
Wrong viewport of build output window
-
- 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
You do not have the required permissions to view the files attached to this post.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Wrong viewport of build output window
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
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
-
- 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
Ahh, I searched the forum a bit, but forgot about the issue tracker on github Sorry for the repost then.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Wrong viewport of build output window
This is now fixed in git master, feel free to build and test it
Eran
Eran
Make sure you have read the HOW TO POST thread