Code::Blocks Forums
User forums => Nightly builds => Topic started by: killerbot 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)
-
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. :)
-
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. :)
http://sourceforge.net/tracker/index.php?func=detail&aid=1637808&group_id=9863&atid=309863
http://sourceforge.net/tracker/index.php?func=detail&aid=1637804&group_id=9863&atid=309863
http://sourceforge.net/tracker/index.php?func=detail&aid=1633748&group_id=9863&atid=309863
Tim S
-
Wouldn't it be better to set a higher priority to this patches?
-
Wouldn't it be better to set a higher priority to this patches?
I consider that the wxWidgets team job.
Tim S
-
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).
-
what about the code-completion part of the CodeBlocks?
I have tried KDevelop and found the code-completion functions very good.
-
Why don't you use AutoPackage for Linux? It will be quite easy and less stressful for user to install CB in any Linux ;)
-
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++.
-
I noticed the split view in the symbols browser doesn't remember the position anymore.