News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

The 03 october 2006 build is out.

Started by killerbot, October 03, 2006, 07:56:39 PM

Previous topic - Next topic

killerbot

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)


sethjackson


yop

Quote from: killerbot on October 03, 2006, 07:56:39 PM

  • Middle Click pasting (gpm (ftr #2660)) and Subversion 1.4 entries parsing

Thanks Thomas :)
Life would be so much easier if we could just look at the source code.

lud2k

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.

David Perfors

Quote from: 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.
Which Operating system are you using?
OS: winXP
Compiler: mingw
IDE: Code::Blocks SVN WX: 2.8.4 Wish list: faster code completion, easier debugging, refactoring

lud2k

#5
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

artoj

Quote from: 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 ?

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.

lud2k

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)

mandrav

Quote from: 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)

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 :().
Be patient!
This bug will be fixed soon...

lud2k

Oki doki.

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

Thanks