Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on October 03, 2006, 07:56:39 pm

Title: The 03 october 2006 build is out.
Post by: killerbot on October 03, 2006, 07:56:39 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://prdownload.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://prdownload.berlios.de/codeblocks/mingwm10.7z

For support of ansi builds, a link to the ansi windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw26_gcc_cb_wx2.6.3p2.7z

The 03 October 2006 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20061003_rev3004_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20061003_rev3004_Ubuntu6.06.deb
         http://prdownload.berlios.de/codeblocks/CB_20061003_rev3004_suse100+101.rpm


Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 03 october 2006 build is out.
Post by: sethjackson on October 03, 2006, 09:26:46 pm
Windows ANSI build is here (http://rapidshare.de/files/35381958/output.7z.html).
Title: Re: The 03 october 2006 build is out.
Post by: yop on October 04, 2006, 08:43:26 am
  • Middle Click pasting (gpm (ftr #2660)) and Subversion 1.4 entries parsing

Thanks Thomas :)
Title: Re: The 03 october 2006 build is out.
Post by: lud2k on October 04, 2006, 03:35:57 pm
Hello,

I've got a little bug on my computer..
When i try to save a file (CTRL+S or from the menu) C::B freeze 2 seconds.
The CPU usage goes from 15% to 62%...

Any ideas how to fix this ?

Thanks.
Title: Re: The 03 october 2006 build is out.
Post by: David Perfors on October 04, 2006, 03:39:13 pm
Hello,

I've got a little bug on my computer..
When i try to save a file (CTRL+S or from the menu) C::B freeze 2 seconds.
The CPU usage goes from 15% to 62%...

Any ideas how to fix this ?

Thanks.
Which Operating system are you using?
Title: Re: The 03 october 2006 build is out.
Post by: lud2k on October 04, 2006, 04:02:56 pm
Here is my configuration :

OS: Windows XP SP2 (french).
CPU: Intel Core Duo 1.8Ghz
RAM: 1Go DDR2
MB: ASUS P5W DH Deluxe.

It starts freezing 1 second after i pressed CTRL+S. not immediately after (so it should be something done after saving the file maybe ?)

Thanks
Title: Re: The 03 october 2006 build is out.
Post by: artoj on October 04, 2006, 04:37:04 pm
Hello,

I've got a little bug on my computer..
When i try to save a file (CTRL+S or from the menu) C::B freeze 2 seconds.
The CPU usage goes from 15% to 62%...

Any ideas how to fix this ?

Probably one of the plugins. Try disabling them from Plugins - Manage plugins. You should start with disabling the Code completion, if that doesn't help, disable all plugins except Compiler, Debugger, Files extension handler, Scripted wizard and see if that helps.
Title: Re: The 03 october 2006 build is out.
Post by: lud2k on October 04, 2006, 04:56:59 pm
hum... it seems to be the code completion. when i tried without it worked fine :-(.
Unfortunatly it's the most important extension ^^" (save a lot of time)
Title: Re: The 03 october 2006 build is out.
Post by: mandrav on October 04, 2006, 05:10:17 pm
hum... it seems to be the code completion. when i tried without it worked fine :-(.
Unfortunatly it's the most important extension ^^" (save a lot of time)

To save that time, it needs some time to parse though ;).
Anyway, it's not the parser the bottleneck but the refreshing of the symbols browser. I plan to work on this as soon as I get some free time (which is really sparse these days as you probably see from my commit rates: 0 :().
Title: Re: The 03 october 2006 build is out.
Post by: lud2k on October 04, 2006, 05:17:27 pm
Oki doki.

I'll wait (it will not kill me :p).

Thanks