Author Topic: The 03 october 2006 build is out.  (Read 13318 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 03 october 2006 build is out.
« 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)

« Last Edit: October 04, 2006, 04:43:34 pm by killerbot »

sethjackson

  • Guest
Re: The 03 october 2006 build is out.
« Reply #1 on: October 03, 2006, 09:26:46 pm »
Windows ANSI build is here.

Offline yop

  • Regular
  • ***
  • Posts: 387
Re: The 03 october 2006 build is out.
« Reply #2 on: October 04, 2006, 08:43:26 am »
  • 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

  • Guest
Re: The 03 october 2006 build is out.
« Reply #3 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.

Offline David Perfors

  • Developer
  • Lives here!
  • *****
  • Posts: 560
Re: The 03 october 2006 build is out.
« Reply #4 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?
OS: winXP
Compiler: mingw
IDE: Code::Blocks SVN WX: 2.8.4 Wish list: faster code completion, easier debugging, refactoring

lud2k

  • Guest
Re: The 03 october 2006 build is out.
« Reply #5 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
« Last Edit: October 04, 2006, 04:08:43 pm by lud2k »

Offline artoj

  • Almost regular
  • **
  • Posts: 206
  • Location: Supporting my team
    • http://ajonsson.kapsi.fi/
Re: The 03 october 2006 build is out.
« Reply #6 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.

lud2k

  • Guest
Re: The 03 october 2006 build is out.
« Reply #7 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)

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: The 03 october 2006 build is out.
« Reply #8 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 :().
Be patient!
This bug will be fixed soon...

lud2k

  • Guest
Re: The 03 october 2006 build is out.
« Reply #9 on: October 04, 2006, 05:17:27 pm »
Oki doki.

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

Thanks