News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

The 22 february 2007 build is out.

Started by killerbot, February 22, 2007, 07:36:49 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

To fix the menu alignment bug introduced in wx 2.6.3 [windows only bug] we have patched wx ourselves, and that results in the following alternative dll : http://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2AndCbPatch_version3.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 22 February 2007 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20070222_rev3634_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20070222_rev3634_Ubuntu6.xx.deb (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20070222_rev3634_suse100-102.i586.rpm (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20070222_rev3634_fc4+5.i586.rpm (not yet)


Resolved Fixed:


  • wxSmith:
    * wxSmith: Added skeleton function used in wxWidgets wizard to update wxSmith's bindings
    * Updated linux project file ( \ replaced with /)
    * Added one more argument to wizard-helper function (name of wxs file)

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) (is fixed with our special wx263/wx28 dll)


MoonKid

Quote from: killerbot on February 22, 2007, 07:36:49 PM
To fix the menu alignment bug introduced in wx 2.6.3 [windows only bug] we have patched wx ourselves, and that results in the following alternative dll : http://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2AndCbPatch_version3.7z

Can you post the link or ID to the patch in the wxWidgets project.

Normaly they are not so slow aplling some patches. :)

stahta01

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

MoonKid

Wouldn't it be better to set a higher priority to this patches?

stahta01

Quote from: MoonKid on February 23, 2007, 01:58:12 AM
Wouldn't it be better to set a higher priority to this patches?

I consider that the wxWidgets team job.
Tim S
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

cane

Hovering the mouse cursor on the IDE area ramps up the CPU usage to 100%. The same for every child-window of C::B.

I'm using the February 22, 2007 nightly build under Windows XP Pro (unicode version).

magisu

what about the code-completion part of the CodeBlocks?

I have tried KDevelop and found the code-completion functions very good.

GTOnizuka

Why don't you use AutoPackage for Linux? It will be quite easy and less stressful for user to install CB in any Linux ;)

thomas

Quote from: GTOnizuka on February 23, 2007, 10:50:16 PM
Why don't you use AutoPackage for Linux? It will be quite easy and less stressful for user to install CB in any Linux ;)
AutoPackage sounds too good to be true, and we had considered that. Unluckily, it is more than painful to get working with C++.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

indigo0086

I noticed the split view in the symbols browser doesn't remember the position anymore.