User forums > Nightly builds
The 07 March 2007 build is out.
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 07 March 2007 build is out.
- Windows : http://prdownload.berlios.de/codeblocks/CB_20070307_rev3672_win32.7z
- Linux :
http://prdownload.berlios.de/codeblocks/CB_20070307_rev3672_Ubuntu6.xx.deb
http://prdownload.berlios.de/codeblocks/CB_20070307_rev3672_suse100-102.i586.rpm (not yet)
http://prdownload.berlios.de/codeblocks/CB_20070307_rev3672_fc4+5.i586.rpm (not yet)
Resolved Fixed:
* Debugger's tooltip evaluation re-enabled
* Fixed Code-folding bug (Fold/Unfold/Toggle All/{Current block} related)
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)
Xaviou:
Ubuntu 6.10 Amd64 .deb installer can be found here.
Alturin:
Now that I see the "Debugger's tooltip evaluation re-enabled" commit log, I wondered.
The symbol browsers shows a baloon with the text "Searching the symbos tree is currently disabled. We are sorry for the inconvenience." whenever you hit search.
Is there any timeframe on this being fixed? Or is it somewhere on the todo-sometime heap? :)
Thanks for the great IDE :).
mike__t:
That message means it's fixed now :-).
Poobah:
--- Quote from: killerbot on March 07, 2007, 08:06:12 pm ---
* Fixed Code-folding bug (Fold/Unfold/Toggle All/{Current block} related)
--- End quote ---
Thanks, but code folding is still really annoying because it won't automatically unfold its way to whatever line you jump to. Before this fix, it at least unfolded something, but now it won't do anything! Here's an example:
--- Code: ---#include <stdio.h>
int main()
{
{
{
{
_non_existant_function();
}
}
}
return 0;
}
--- End code ---
Open that in Code::Blocks, fold all, and compile. When you double-click "undefined reference to `_non_existant_function'" (or right-click and "jump to selected message", nothing happens. This is very annoying.
Navigation
[0] Message Index
[#] Next page
Go to full version