Author Topic: The 15 June 2006 build is out.  (Read 28869 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 15 June 2006 build is out.
« on: June 15, 2006, 08:43:59 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 15 June 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_20060615_rev2573_win32.7z
  - Linux :
         http://download.berlios.de/codeblocks/CB_20060615_rev2573_Ubuntu6.06.deb
         http://download.berlios.de/codeblocks/CB_20060615_rev2573_fc4+5.rpm


Resolved Fixed:

  • Keybinder - Missing editormanager header needed for Linux
  • provided menu entry and accelarator shortcut for replace in files (similar to find in files)
  • when find/replace in file is called without an active editor is falls back to find/replace in files
  • Fixed so that it's not asking for workspace modifications when the blank workspace is open
  • Updated to AStyle 1.18
  • Divided the option "Insert space padding around parentheses" into "Outside" and "Inside" (due to new options in AStyle 1.18)
  • Changed define for EVT_PIPEDPROCESS_TERMINATED, which seems to solve the crash when using ToolsManager compiled with GCC 4.1.x
  • Corrected last workspace-bug fix
  • Fixed editor UI glitch when creating it
  • CrashHandler uses now dynamic linkage to install. If the target windows version doesn't support it, it won't be installed.

Regressions/Confirmed/Annoying/Common bugs:

  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)
  • there are several issues with Code Completion (is being redesigned : work in progress)
  • menu items with icon not correctly aligned (since wx263)

« Last Edit: June 16, 2006, 11:21:36 am by killerbot »

Offline orefa

  • Multiple posting newcomer
  • *
  • Posts: 102
Re: The 15 June 2006 build is out.
« Reply #1 on: June 15, 2006, 09:12:25 pm »
A few glitches with the menu shortcut under Windows 2000:

File -> O (Open): appears to take but has no effect.
File -> L (Save all): bell dings but menu stays open.
File -> C (Close): actually avoids "close" and rotates between three other 'C' options instead.

I haven't checked all other menus because the above suggests a general menu problem rather than something specific to these three.

moloh

  • Guest
Re: The 15 June 2006 build is out.
« Reply #2 on: June 15, 2006, 11:09:53 pm »
  • Changed define for EVT_PIPEDPROCESS_TERMINATED, which seems to solve the crash when using ToolsManager compiled with GCC

Thanks.
Do sb tried to analyze if there are no other cast problems in event macros?
« Last Edit: June 15, 2006, 11:26:57 pm by moloh »

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: The 15 June 2006 build is out.
« Reply #3 on: June 15, 2006, 11:46:50 pm »
moloh: So far it seems to be the only one causing problems but if you find another problem caused by those don't hesitate to report it :)

Offline Code Medic

  • Multiple posting newcomer
  • *
  • Posts: 14
Re: The 15 June 2006 build is out.
« Reply #4 on: June 16, 2006, 01:00:10 am »
[ Bug #7905 ] processor usage
I have posted this bug just now.
wondering if i can do something about it.

royalbox

  • Guest
Re: The 15 June 2006 build is out.
« Reply #5 on: June 16, 2006, 01:24:09 am »
I've had 2 access violation errors with this build that I've never had before. One was during a 'Control + C' and the other during a 'Control + V'. The trouble is I can't repeat them, but I thought I should mention it.

EDIT:
Just got another one when clicking on the 'new file' icon. This one is repeatable. Every time I open Code::Blocks and click on this icon or the 'open' icon. Is it just me?
« Last Edit: June 16, 2006, 01:29:55 am by royalbox »

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: The 15 June 2006 build is out.
« Reply #6 on: June 16, 2006, 03:11:20 am »
I just opened Code::Blocks many times and tried both new and open icons... no problems here. I also tried using Ctrl+C and Ctrl+V several times... nothing.

Sorry but I cannot reproduce your problem :(

Now, about the CPU usage, this is how it looks here:



The first peak is opening Code::Blocks. The second peak is moving the cursor around, the last bunch of peaks is loading CodeBlocks.cbp, finally 0% CPU when idle.

So you just open Code::Blocks, leave it doing nothing and it uses 20-30% CPU?

Something like that was reported some time ago, even though it was caused by moving the mouse around.

Offline manmach

  • Multiple posting newcomer
  • *
  • Posts: 39
Re: The 15 June 2006 build is out.
« Reply #7 on: June 16, 2006, 08:35:22 am »
Quote
Updated to AStyle 1.18

The plugin help says 1.17. So which is it?

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: The 15 June 2006 build is out.
« Reply #8 on: June 16, 2006, 09:49:18 am »
Quote
Updated to AStyle 1.18

The plugin help says 1.17. So which is it?
It is probably 1.16 then.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Phoenix

  • Guest
Re: The 15 June 2006 build is out.
« Reply #9 on: June 16, 2006, 09:58:49 am »
Do you plan to add "active project" option to your class browser drop down list, so people could select search not only in whole workspace or opend files but also in currently active project?

Offline Etienne

  • Multiple posting newcomer
  • *
  • Posts: 14
Re: The 15 June 2006 build is out.
« Reply #10 on: June 16, 2006, 11:27:56 am »
Hello,

On the Ubuntu version, there is a little GUI bug:

On a long .cpp file, I add  an error at the end, try to compile, and click on the error line on the build "auto hide" panel:

The line that contain the error is hidden by the error panel, because the error panel is in the foreground but doesn't resize the editor panel, wich stay in the background => perhaps resize the editor panel, or accept to scroll further the last line in the editor panel.
 
About the RC3, my suggestion is that, seeing from the nithgly build, it is very stable and usable , and it can be named 1.0, the bug_correction 1.01 and so on, like the numbering scheme of Firefox. This software is living a lot, but this is not visible on the web page, maybe this can help.

Thanks and see you

Etienne

Offline skirby

  • Almost regular
  • **
  • Posts: 137
Re: The 15 June 2006 build is out.
« Reply #11 on: June 16, 2006, 11:37:08 am »
[ Bug #7905 ] processor usage
I have posted this bug just now.
wondering if i can do something about it.

I can confirm a high processor usage when you try to copy and paste a big piece of text for the first time.
Undo the past you have just done take a lot of CPU to and take a long time to undo.

[Edit]
I have just done a test with the Nightly build 12 June 2006 and I don't have any problem.
The 14 June 2006 have a problem too.

I am using C::B on Windows 2000 sp4 with 2Go RAM.
« Last Edit: June 16, 2006, 11:40:59 am by skirby »

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2750
Re: The 15 June 2006 build is out.
« Reply #12 on: June 16, 2006, 02:33:33 pm »
On the Ubuntu version, there is a little GUI bug:
<...snip...>
The line that contain the error is hidden by the error panel, because the error panel is in the foreground but doesn't resize the editor panel, wich stay in the background
 <...snip...>

have also noticed that this exists in the svn.
« Last Edit: June 16, 2006, 02:36:26 pm by Pecan »

Offline Code Medic

  • Multiple posting newcomer
  • *
  • Posts: 14
Re: The 15 June 2006 build is out.
« Reply #13 on: June 16, 2006, 03:11:20 pm »
the process resource usage on my machine is as in the attachment
i really wonder why its so...

[attachment deleted by admin]

Offline Code Medic

  • Multiple posting newcomer
  • *
  • Posts: 14
Re: The 15 June 2006 build is out.
« Reply #14 on: June 16, 2006, 03:13:30 pm »
forgot to say something in my last post

the processor usage is almost 0 when there is no project open... but once a project is open... the dead usage is 12%.... it stays more or less same...! the peaks that u see is the project opening into the ide.