Autohide build pane

General questions regarding the usage of CodeLite
marfi
CodeLite Expert
Posts: 159
Joined: Mon Nov 03, 2008 9:17 pm
Contact:

Autohide build pane

Post by marfi »

Hi again :)
I'd like to know how the autohide build pane option in the build options dialog exactly works (if it works...). Does it involve whole Output view? I have enabled this feature, but the output view stays visible after successful finish of build process (0 errors, 0 warnings, total time: 00:00:01 seconds) even if the output view had been completely hidden before project build.
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Autohide build pane

Post by eranif »

It looks like a regression bug to me - I will have a look at it later today

IN general:
The entire output pane should be hide once the build ends with no errors, nor warnings

Eran
Make sure you have read the HOW TO POST thread
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Autohide build pane

Post by eranif »

Ok, fixed in SVn trunk. There was indeed a regression bug

Eran
Make sure you have read the HOW TO POST thread
marfi
CodeLite Expert
Posts: 159
Joined: Mon Nov 03, 2008 9:17 pm
Contact:

Re: Autohide build pane

Post by marfi »

It works fine now, thanx!
Post Reply