Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on June 25, 2006, 06:28:15 pm

Title: The 25 June 2006 build is out.
Post by: killerbot on June 25, 2006, 06:28:15 pm
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

A link to the unicode windows wxWidget dll for Code::Blocks : http://download.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2.7z

For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://download.berlios.de/codeblocks/mingwm10.7z

For support of ansi builds, a link to the ansi windows wxWidget dll (2.6.2) for Code::Blocks : http://download.berlios.de/codeblocks/wxmsw26_gcc_cb.7z

The 25 June 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_20060625_rev2610_win32.7z
  - Linux :
         http://download.berlios.de/codeblocks/CB_20060625_rev2610_Ubuntu6.06.deb (not this time)
         http://download.berlios.de/codeblocks/CB_20060625_rev2610_fc4+5.rpm (not yet)


Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 25 June 2006 build is out.
Post by: walker on June 25, 2006, 08:49:13 pm
could you please remove the button after the search textbox in the symbol view.

the height of the search button is higher than the textbox and makes the search textbox higher than the view textbox. I tried to remove the button, and compiled CB, the alignment of the view and search textboxes looks nicer.

since, enter key starts the search, this button is of no use actually.

just my personal 2c.
Title: Re: The 25 June 2006 build is out.
Post by: jmccay on June 25, 2006, 09:47:14 pm
When I try to download a nightly build, I keep getting:

Too many clients from **.***.***.* (I removed the actual address)

What is causing this?

jmccay

Title: Re: The 25 June 2006 build is out.
Post by: jmccay on June 25, 2006, 09:56:33 pm
I still don't know what is causing the problem, but here is another link.
http://download2.berlios.de/codeblocks/CB_20060625_rev2610_win32.7z (http://download2.berlios.de/codeblocks/CB_20060625_rev2610_win32.7z)

jmccay
Title: Re: The 25 June 2006 build is out.
Post by: oz on June 26, 2006, 05:49:46 am
when C::B is firstly running on a Win32 machine, there will be an error dialog box says failed to read a key from registration table regarding the Borland compiler. It is only happened on the last nightly build.
Title: Re: The 25 June 2006 build is out.
Post by: killerbot on June 26, 2006, 09:24:35 am
when C::B is firstly running on a Win32 machine, there will be an error dialog box says failed to read a key from registration table regarding the Borland compiler. It is only happened on the last nightly build.

I changed some stuff for compiler detection, but not for the Borland compiler. Will look into it today.

[EDIT] : I think the problem might have entered at the nightly of 20th june, then some BCC settings have changed.
So are you 100% sure it was NOT present in the nightly from 2 days ago ??


[EDIT2} : I am 100% sure it is because ot he change of the 20th, because at that time the registry check was added. Will fit it today or tomorrow.
Title: Re: The 25 June 2006 build is out.
Post by: killerbot on June 26, 2006, 01:01:14 pm
this problem is fixed (cause : the 20th june adaptation).
To prevent reg key pop up errors, like in this case, first check to see if the key exists, on then open it.

revision 2612
Title: Re: The 25 June 2006 build is out.
Post by: skirby on June 26, 2006, 01:58:22 pm
Hello,

I don't know if I am the only one to have this problem but since few build I have a noticed some slow down in C::B
The problem has appeared since The 14 June 2006 build.

It is easy to reproduce.
Open any project file.
Select a big piece of code (about 200 lines)
Then, Copy these lines (Ctrl+C)
On my computer (P4 2.8 Ghz and 2 Go RAM) C::B takes 100% CPU during 5 seconds to copy my piece of code.
Now paste it and try to undo your modification.
C::B take again 100% CPU.

I believe that that problem appear with the ByoGames plugin but I am not sure.

Somebody can confirm my problem?

Thanks and have a nice day.
Title: Re: The 25 June 2006 build is out.
Post by: byo on June 26, 2006, 02:16:45 pm
I believe that that problem appear with the ByoGames plugin but I am not sure.

Could you disable byogames plugin (in Plugins->Manage Plugins menu) and see what will change ?
byoGames trigers one time event per second and it shouldn't take 100% CPU  :?
Title: Re: The 25 June 2006 build is out.
Post by: oz on June 26, 2006, 02:28:57 pm
this problem is fixed (cause : the 20th june adaptation).
To prevent reg key pop up errors, like in this case, first check to see if the key exists, on then open it.

revision 2612

I am late :?, but glad to hear that you already fixed it. I did not try the previous nightly builds on windows (for clear install), so I said *only*, really sorry for the inconvenience. I'll say more later :o
Title: Re: The 25 June 2006 build is out.
Post by: rickg22 on June 26, 2006, 03:12:31 pm
Can I suggest something? Removing the byogames plugin from the final release... people would complain that we were too busy making gaming plugins while the real stuff was not worked on.
Title: Re: The 25 June 2006 build is out.
Post by: sethjackson on June 26, 2006, 03:41:35 pm
Can I suggest something? Removing the byogames plugin from the final release... people would complain that we were too busy making gaming plugins while the real stuff was not worked on.

I thought contrib plugins don't get added to the final release.....  :? Anyways I second Rick's idea. :)
Title: Re: The 25 June 2006 build is out.
Post by: Pecan on June 26, 2006, 05:18:10 pm
Can I suggest something? Removing the byogames plugin from the final release... people would complain that we were too busy making gaming plugins while the real stuff was not worked on.

I guess all you volunteers getting paid to develop production code every moment, every day should worry about this. :-)

We users want you very concerned about what we're thinking about you.
You must conform to our opinions. Now!

So get back to work.... (old fogy retirees exempted)
Title: Re: The 25 June 2006 build is out.
Post by: skirby on June 26, 2006, 05:56:25 pm
I believe that that problem appear with the ByoGames plugin but I am not sure.

Could you disable byogames plugin (in Plugins->Manage Plugins menu) and see what will change ?
byoGames trigers one time event per second and it shouldn't take 100% CPU  :?

I have done what you tell me and the "bug" still persist.
So, byogames plugin seems not to be the cause.

What I am sure is this problem has appeared since the 14 June 2006 build.
No problem before that date.
Title: Re: The 25 June 2006 build is out.
Post by: thomas on June 26, 2006, 05:57:52 pm
Although I personally don't use the games plugin and I would never think about writing something like that (in my opinion, an IDE is a tool, not a toy), I don't see why it is a bad thing to have it distributed. Not few people enjoy this plugin, why not let them have it, there's no harm.

If nothing else, then the games plugin is an excellent tech-demo which shows that a cbEditor does not necessarily have to be a text editor (and not even an editor at all!).

Apart from that, it is quite cool to have something like this, even if it is not useful. Those who owned a Mac back in the early 1990s will surely remember the most important system extension that every power user had to have: blinking lights! The point is not that it is useful, the point is that you show off you can do it.

Also, looking at the differences between RC2 and the upcoming RC3, I guess that nobody will seriously suspect we have been taking a prolonged off-time. :)
Title: Re: The 25 June 2006 build is out.
Post by: Aszarsha on June 26, 2006, 07:04:53 pm
First, i'm sorry for my poor english, i do my best... :?

Then, hi everyone :)

I don't know if those bugs where in previous builds...
* While in fullscreen mode : the button "Close Fullscreen" on the bottom right dont appear, and you have to pass your mouse througt to let him appear.
* In Configure Editor->General Settings->fonts, if you chose a font > 16, it is take more place than it can be displayed, and if the fond overflow on "chose" button ( font > 26 ), the part of the button overflowed can't be selected...

I hope you could understand me. :)