User forums > Nightly builds
The 17 december 2006 build is out.
killerbot:
cool, tomorrow morning going to linux first things first ;-)
Pecan:
CodeCompletion line:948 is *not* doing an event.Skip() on EVT_APP_STARTUP_DONE
--- Code: ---void CodeCompletion::OnAppDoneStartup(CodeBlocksEvent& event)
{
// Let the app startup before parsing
// This is to prevent the Splash Screen from delaying so much. By adding the
// timer, the splash screen is closed and Code::Blocks doesn't take so long
// in starting.
m_timer.Start(200, wxTIMER_ONE_SHOT);
}
--- End code ---
killerbot:
works great now : first project I loaded againI got the message of no key profil, but then everything ok, and next time project loaded no longer message and everything ok.
Will check with Yiannis, if CodeCompletion should do the event skip.
Thanks
mandrav:
--- Quote from: killerbot on December 20, 2006, 08:05:58 am ---Will check with Yiannis, if CodeCompletion should do the event skip.
--- End quote ---
Yes it should :).
Navigation
[0] Message Index
[*] Previous page
Go to full version