User forums > Nightly builds
The 02 December 2007 build (4696) is out.
Jenna:
--- Quote from: AmR EiSa on December 02, 2007, 08:17:15 pm ---
--- Quote from: Rayman on December 02, 2007, 07:32:55 pm ---The 'Auto-hide message pane' function still does not work (under windows) - in both directions:
1) The message pane doesn't come up on compiling etc. if it is hidden.
2) If it is called with 'View-Logs' it never disapears as expected.
--- End quote ---
and in deb too this mean linux too :( !!!
--- End quote ---
Patch to make "Auto-hide message pane" work again:
--- Code: ------ codeblocks-1.0svn.orig/src/src/main.cpp 2007-11-30 07:00:03.000000000 +0100
+++ codeblocks-1.0svn.work/src/src/main.cpp 2007-12-03 11:43:16.000000000 +0100
@@ -676,7 +676,7 @@
void MainFrame::SetupGUILogging()
{
- m_AutoHideLogs = Manager::Get()->GetConfigManager(_T("app"))->ReadBool(_T("/auto_hide"), false);
+ m_AutoHideLogs = Manager::Get()->GetConfigManager(_T("message_manager"))->ReadBool(_T("/auto_hide"), false);
int bottomH = Manager::Get()->GetConfigManager(_T("app"))->ReadInt(_T("/main_frame/layout/bottom_block_height"), 150);
wxSize clientsize = GetClientSize();
--- End code ---
MortenMacFly:
--- Quote from: jens on December 03, 2007, 11:49:43 am ---Patch to make "Auto-hide message pane" work again:
--- End quote ---
...done that. Thanks! :-)
Note [for Morten]: This is my 2000'th post. :lol:
kelo81:
--- Quote from: MortenMacFly on December 03, 2007, 01:05:23 pm ---Note [for Morten]: This is my 2000'th post. :lol:
--- End quote ---
Congrats!! :D
wobien:
Excellent!
I reenabled Code Suppletion, and until now no crashes on save or on compile. :D
Also Insert class methods works fine now.
Only, the crashes on close workspace are still there, but OK, I can reopen C::B when it happens.
wobien
Jenna:
I just updated my repo (see sig) to svn4698 (including the fix to make "Auto-hide message pane" work again).
I will be on work till thursday evening, and I don't know if I have an internet-connection in hotel, so I upgrade now.
I don't think that I will be able to upload svn4699 till tomorrow morning. It's compiling at the moment and I have to sleep a little bit (no more than 4 - 5 hours left now :( ).
And uploading needs about 3 hours (70 MB over ISDN).
Edit:
svn4699 is in the repo now.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version