Author Topic: The 22 february 2007 build is out.  (Read 14350 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 22 february 2007 build is out.
« on: February 22, 2007, 07:36:49 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

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)


Offline MoonKid

  • Almost regular
  • **
  • Posts: 180
Re: The 22 february 2007 build is out.
« Reply #1 on: February 22, 2007, 11:09:16 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. :)

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7588
    • My Best Post
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline MoonKid

  • Almost regular
  • **
  • Posts: 180
Re: The 22 february 2007 build is out.
« Reply #3 on: February 23, 2007, 01:58:12 am »
Wouldn't it be better to set a higher priority to this patches?

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7588
    • My Best Post
Re: The 22 february 2007 build is out.
« Reply #4 on: February 23, 2007, 02:15:02 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++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

cane

  • Guest
Re: The 22 february 2007 build is out.
« Reply #5 on: February 23, 2007, 04:35:50 pm »
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).

Offline magisu

  • Multiple posting newcomer
  • *
  • Posts: 19
Re: The 22 february 2007 build is out.
« Reply #6 on: February 23, 2007, 05:48:17 pm »
what about the code-completion part of the CodeBlocks?

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

GTOnizuka

  • Guest
Re: The 22 february 2007 build is out.
« Reply #7 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 ;)

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: The 22 february 2007 build is out.
« Reply #8 on: February 24, 2007, 06:19:56 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."

Offline indigo0086

  • Almost regular
  • **
  • Posts: 150
Re: The 22 february 2007 build is out.
« Reply #9 on: February 24, 2007, 10:45:44 pm »
I noticed the split view in the symbols browser doesn't remember the position anymore.