Code::Blocks Forums
User forums => Nightly builds => Topic started by: killerbot on September 14, 2007, 09:43:38 pm
-
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.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_wx284.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
The 14 September 2007 build is out.
- Windows :
http://prdownload.berlios.de/codeblocks/CB_20070914_rev4469_win32.7z
- Linux :
http://prdownload.berlios.de/codeblocks/CB_20070914_rev4469_Ubuntu6.10+7.04_wx2.8.4.tar.gz (not yet)
http://prdownload.berlios.de/codeblocks/CB_20070914_rev4469_Debian4.0_wx2.8.4.tar.gz (not yet)
http://prdownload.berlios.de/codeblocks/CB_20070914_rev4469_suse100-102.wx28.i586.rpm (not yet)
http://prdownload.berlios.de/codeblocks/CB_20070914_rev4469_fc4+5.i586.rpm (not yet)
Resolved Fixed:
- wxSmith:
* Added "Bring to front" / "Send to back" popup menu for items which are not managed inside sizers - available in right-click popup menu in editor (this can be used to set correct tab order)
* Added customized popup menu for wxNotebook (other x-book classes soon, after wxNotebook is finished)
Regressions/Confirmed/Annoying/Common bugs:
- toolbar-images-not-changing-state (is a wx problem/Win XP problem)
-
Would be grate to reorder and sign components in wxSmith. Too many of them together without any names.
-
Ubuntu 6.10 & 7.04 Amd64 tar.gz archive (containing '.deb' installers builds with wx284) can be found here (http://www.esnips.com/web/CodeBlocks)
-
Thanks for the wxSmith "bring to front" , "send to back" feature.
However I think the text "bring to front" , "send to back" is somewhat misleading. It suggest modification in the z-order, and that is not not the case isn't it?
Shouldn't we name it something else?
Jan
-
Hi,
I think it would be nice to add a link to an tar.bz2 or so with the source for each revision, which has been published as nighty build, because it would be easy to download the source for everyone, an you could be sutre, that this is the rev. published as nightly at a special date.
What do you think of this idea?
-
Hi,
I think it would be nice to add a link to an tar.bz2 or so with the source for each revision, which has been published as nighty build, because it would be easy to download the source for everyone, an you could be sutre, that this is the rev. published as nightly at a special date.
What do you think of this idea?
I think it would be better for you to learn to use SVN.
Tim S
-
Hi,
I think it would be nice to add a link to an tar.bz2 or so with the source for each revision, which has been published as nighty build, because it would be easy to download the source for everyone, an you could be sutre, that this is the rev. published as nightly at a special date.
What do you think of this idea?
Well I started doing this sometimes back. But my idea was not to publish it alongwith each nightly (And I do not intend to do so in future), rather to publish it once in a week. I started it, but couldn't update it to latest nightlies due to lack of time. You can download the older source tarball from any of the following links.
http://www.esnips.com/web/CodeBlocks-SVN-TarBall
http://hosted.filefront.com/biplab/2071307
Currently my svn copy is dirty (contains a number of uncommitted patches). But I'll try to post a new tarball tomorrow. :)
-
Would be grate to reorder and sign components in wxSmith. Too many of them together without any names.
Reordering is on my TODO list, no shedule set yet (there are some other things I'd like to implement before). And you can always get name by holding mouse over item's icon inside palette - you get tooltip with item's name.
"sign components" - do you mean digital signing?
BYO