Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml
Before you use a nightly make sure you understand how it works (http://forums.next.codeblocks.org/index.php/topic,3232.0.html).
A link to the unicode windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw28u_gcc_cb_wx287.7z
For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://prdownload.berlios.de/codeblocks/mingwm10_gcc421.7z
The 17 January 2008 build is out.
- Windows :
http://prdownload.berlios.de/codeblocks/CB_20080117_rev4830_win32.7z
- Linux :
none
Resolved Fixed:
- wxSmith:
* Fixed bug: some extra styles for dialog and frame were threated as standard styles, removed few duplicates (found by wvteijlingen)
* Fixed bug: invalid name of xrc node for HelpText property (found by wvteijlingen) - add new compiler macros; examples for shell extension (TortoiseSVN integration)
- add german version of docu (Auto Versioning)
- update screenshots
- add scriptbindings for Virtual Targets and Project Dependencies
- properly fix the "layout changed" issue (C::B asking permanently about saving changed layout)
- Folding evolution integration for preview editor
- add docu for lib finder plugin (thx to byo)
Regressions/Confirmed/Annoying/Common bugs:
- toolbar-images-not-changing-state (is a wx problem/Win XP problem)
Binary packages for debian (stable, testing and unstable) and sources can be downloaded from my repository (see signature).
Ubuntu 6.10 -> 7.10 Amd64 tar.gz archive (containing '.deb' installers builds with wx2.8.6) can be found here (http://www.esnips.com/web/CodeBlocks)
The To-Do list with Build 4830 still does not work properly for me on Windows XP.
If I do not set Auto-refresh in Settings/Environment/To-Do List, then I get nothing in To-Do list view window or in Message pane. With Auto-refresh enabled, I do get list but it will not refresh.
Build for Ubuntu i386/amd64 can be found here (http://lgp203.free.fr/spip/spip.php?article1)
Best regards, pasgui
Hi all
Package for Slackware 12.0 -> Here (http://sourceforge.net/projects/slackfr-packs/)
good day :D
Patch needed for windows XP when not using PCH.
Tim S
Index: src/plugins/contrib/ThreadSearch/ThreadSearch.cbp
===================================================================
--- src/plugins/contrib/ThreadSearch/ThreadSearch.cbp (revision 4832)
+++ src/plugins/contrib/ThreadSearch/ThreadSearch.cbp (working copy)
@@ -48,6 +48,7 @@
<Add option="-DBUILDING_PLUGIN" />
<Add option="-DNO_LOGGING" />
<Add directory="$(#CB.include)" />
+ <Add directory="$(#CB.include)\tinyxml" />
<Add directory="$(#CB.include)\wxscintilla\include" />
<Add directory="$(#cb.include)\wxFlatNotebook\include" />
<Add directory="$(#WX.include)" />
done
To-Do: Fix To-Do list
Just noticed that the save icon is missing once a file has already been saved. Its not grayed out - its gone :)
Windows XP - 17th Jan build
http://prdownload.berlios.de/codeblocks/CB_20080117_rev4830_win32.7z
Can't down...
where is the TortoiseSVN plugin?
Quote from: lizhuoyi on January 25, 2008, 02:45:56 AM
where is the TortoiseSVN plugin?
Look here
http://forums.next.codeblocks.org/index.php/topic,6907.0.html
Tim S