Author Topic: Shwoing logs window automatically when needed  (Read 3076 times)

Offline maxest

  • Single posting newcomer
  • *
  • Posts: 6
Shwoing logs window automatically when needed
« 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

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Shwoing logs window automatically when needed
« Reply #1 on: February 11, 2009, 04:39:56 pm »
You should have a look at "Settings -> Environment -> View -> Auto show/hide message pane"

Offline maxest

  • Single posting newcomer
  • *
  • Posts: 6
Re: Shwoing logs window automatically when needed
« Reply #2 on: February 14, 2009, 02:43:57 pm »
Thanks A LOT!