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.
Autohide build pane
-
- CodeLite Expert
- Posts: 159
- Joined: Mon Nov 03, 2008 9:17 pm
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Autohide build pane
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
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
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Autohide build pane
Ok, fixed in SVn trunk. There was indeed a regression bug
Eran
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Expert
- Posts: 159
- Joined: Mon Nov 03, 2008 9:17 pm
- Contact:
Re: Autohide build pane
It works fine now, thanx!