User forums > Nightly builds
The 05 June 2006 build is out.
nix_BB:
:(
Whoops I spoke too soon, as soon as I try editing my source (inserting or deleting a line) the line numbers display again.
Windows XP Pro with C::B 1.0 revision 2535
kkez:
Has anyone experienced a regression in the "Fold all on file open" option with this last nightly build? It does no longer fold, the last revision i have without this bug is the 4 may, revision 2526.
killerbot:
--- Quote from: nix_BB on June 06, 2006, 10:41:43 am --- :(
Whoops I spoke too soon, as soon as I try editing my source (inserting or deleting a line) the line numbers display again.
Windows XP Pro with C::B 1.0 revision 2535
--- End quote ---
yes you are correct, I can confirm this issue !!!
[EDIT] : the bug is introduced in this nightly build, due to rev 2531 (path 1074)
[EDIT2] :
OK, I have found the problem, will commit within the hour, first need to boot up laptop ;-)
[EDIT 3] :
for those who build cb themself and do not want to wait : cbeditor.cpp
replace the call (SetLineNumberColWidth()) at the end of cbEditor:OnEditorModified() by this :
--- Code: --- ConfigManager* mgr = Manager::Get()->GetConfigManager(_T("editor"));
if (mgr->ReadBool(_T("/show_line_numbers"), true))
{
m_pData->SetLineNumberColWidth();
}
--- End code ---
Phoenix:
Another problem is that when you have open wxSmith designer and you try to close C::B it is crashing for no reason. This was OK before you have moved wxSmith configuration to the main project file.
Defender:
It was my fault even so... :oops:
Thank you, Lieven
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version