Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: maxest on February 10, 2009, 02:59:18 pm

Title: Shwoing logs window automatically when needed
Post by: maxest on February 10, 2009, 02:59:18 pm
In, for instance, Visual Studio or NetBeans there is an option that is very helpful especially when using panoramic screen. The logs window is shown only when needed. When I write code the window is hidden so I have definitely more space for editor and can see more code. Then I compile and if any error occurs the log windows with compilation errors shows up automatically. Can I do something similar in CodeBlocks? Because manually pressing F2 is very annoying
Title: Re: Shwoing logs window automatically when needed
Post by: Jenna on February 11, 2009, 04:39:56 pm
You should have a look at "Settings -> Environment -> View -> Auto show/hide message pane"
Title: Re: Shwoing logs window automatically when needed
Post by: maxest on February 14, 2009, 02:43:57 pm
Thanks A LOT!