Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on June 05, 2006, 06:10:18 pm

Title: The 05 June 2006 build is out.
Post by: killerbot on June 05, 2006, 06:10:18 pm
Title: Re: The 05 June 2006 build is out.
Post by: Trikko on June 05, 2006, 06:13:24 pm
There are some bug that is difficult to explain... if i make a movie could it be useful?
Title: Re: The 05 June 2006 build is out.
Post by: killerbot on June 05, 2006, 07:12:43 pm
There are some bug that is difficult to explain... if i make a movie could it be useful?
bring it on ;-)
Title: Re: The 05 June 2006 build is out.
Post by: orefa on June 05, 2006, 08:00:09 pm
Menu options have remained stable for a while now. Can we expect unique shortcuts or "underscored letters" to be in place when RC3 is released? The suggested date of this important release is fast approaching and menus look unfinished at the moment. I also wrote a small tool a while back, my meager contribution to try to help out with this part:

http://forums.codeblocks.org/index.php?topic=2818
Title: Re: The 05 June 2006 build is out.
Post by: Ocelot on June 05, 2006, 11:41:09 pm
There is weird bug.
If I check on "Open default workspace", projects are loaded but CB shows  "loading workspace.." on Menagement/Project panel, so I can't see projects/files tree.
Title: Re: The 05 June 2006 build is out.
Post by: asdf on June 06, 2006, 02:16:04 am
I'm sorry, the runtime linenumber generator thing, it is all great and everything, but I am not a linenumber person. I don't like them in my margin, is there an option to remove them completely? If not then why when I check to not show the line numbers, it still generates and shows the line numbers... Very agrivating...
Title: Re: The 05 June 2006 build is out.
Post by: Defender on June 06, 2006, 09:23:04 am
I will check it now, maybe it is my fault... :o
Title: Re: The 05 June 2006 build is out.
Post by: Defender on June 06, 2006, 09:26:34 am
No way... for me it works perfectly  :D
Title: Re: The 05 June 2006 build is out.
Post by: killerbot on June 06, 2006, 10:04:28 am
I'm sorry, the runtime linenumber generator thing, it is all great and everything, but I am not a linenumber person. I don't like them in my margin, is there an option to remove them completely? If not then why when I check to not show the line numbers, it still generates and shows the line numbers... Very agrivating...

you can turn the line numbers of, I have them off all the time, and it works ok.
Settings->Editor : General Settings : Other Options : Show line numebrs
Title: Re: The 05 June 2006 build is out.
Post by: nix_BB on June 06, 2006, 10:28:07 am
My line numbers were also displayed when I tried last nights build even though the 'Show line numbers' checkbox was uncheked.

Checking 'Show line numbers' on and then off again removed them though. Now the checkbox works as expected again.
Title: Re: The 05 June 2006 build is out.
Post by: 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
Title: Re: The 05 June 2006 build is out.
Post by: kkez on June 06, 2006, 11:05:41 am
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.
Title: Re: The 05 June 2006 build is out.
Post by: killerbot on June 06, 2006, 11:32:07 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

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();
}
Title: Re: The 05 June 2006 build is out.
Post by: Phoenix on June 06, 2006, 12:54:34 pm
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.
Title: Re: The 05 June 2006 build is out.
Post by: Defender on June 06, 2006, 01:33:48 pm
It was my fault even so...  :oops:
Thank you, Lieven
Title: Re: The 05 June 2006 build is out.
Post by: byo on June 07, 2006, 04:20:57 pm
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.

Hmm, it doesn't crash for me. Phoenix, have you got any crash report ? It would be really useful here :)
Title: Re: The 05 June 2006 build is out.
Post by: Phoenix on June 07, 2006, 04:57:31 pm
Here you go:

Windows XP Pro SP2 classic view
Attached screenshots and raport.

[EDIT] I must tell you that I didn't notice this problem in build 2537, yet  :)[/EDIT]

[attachment deleted by admin]
Title: Re: The 05 June 2006 build is out.
Post by: byo on June 09, 2006, 12:35:45 am
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.

Can anybody confirm that in newer nightly builds? I don't have such problems and if it works now I'll assume that this bug was caused by some troubles with compilation etc. ;) It will just save me some time  :lol:
Title: Re: The 05 June 2006 build is out.
Post by: mandrav on June 09, 2006, 08:45:43 am
Can anybody confirm that in newer nightly builds?

No, can't confirm that. Works as expected here.