Code::Blocks Forums
User forums => Nightly builds => Topic started 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:
- Middle Click pasting (gpm (ftr #2660)) and Subversion 1.4 entries parsing
Regressions/Confirmed/Annoying/Common bugs:
- toolbar-images-not-changing-state (is a wx problem/Win XP problem)
- menu items with icon not correctly aligned (since wx263)
-
Windows ANSI build is here (http://rapidshare.de/files/35381958/output.7z.html).
-
- Middle Click pasting (gpm (ftr #2660)) and Subversion 1.4 entries parsing
Thanks Thomas :)
-
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.
-
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?
-
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
-
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.
-
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)
-
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 :().
-
Oki doki.
I'll wait (it will not kill me :p).
Thanks