Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on December 23, 2007, 05:54:11 pm

Title: The 23 December 2007 build (4749) is out.
Post by: killerbot on December 23, 2007, 05:54:11 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_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 23 December 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20071223_rev4749_win32.7z
  - Linux :
   none

Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 23 December 2007 build (4749) is out.
Post by: Xaviou on December 23, 2007, 07:22:19 pm
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).
Title: Re: The 23 December 2007 build (4749) is out.
Post by: Jenna on December 23, 2007, 10:27:56 pm
Binaries and sources for debian etch/stable, lenny/testing and sid/unstable can be found in my reopsitory (see signature).
All three versions are build from the same source in clean pbuilder chroot, to make sure they use only the appropriate libs and build-tools.
Title: Re: The 23 December 2007 build (4749) is out.
Post by: Grom on December 24, 2007, 03:16:46 am
Would be a grate idea to have a Copy to Clipboard and Paste From Clipboard buttons in Project->Buid Options. The reason is to exchange the lists of libraries or other parameters between different projects.
Title: Re: The 23 December 2007 build (4749) is out.
Post by: Kazade on December 24, 2007, 10:12:00 am
Speaking of copy & paste... can we have cut/copy/paste actions on the editor right-click context menu? I've lost track of the number of times I've attempted to use that feature  :)
Title: Re: The 23 December 2007 build (4749) is out.
Post by: quixotic on December 24, 2007, 12:12:57 pm
Heya,

i would really like to have a "column index highlight" in the editor,
an option to highlight column number 'x' (as eclipse does).

And also always displaying how many columns there are on the editor
(so a coder can keep track of window resizes), would be really neat.
This way it would be easier to code for 70columns/80columns coding standards.


Thanks, code blocks is great :)
Title: Re: The 23 December 2007 build (4749) is out.
Post by: darthdespotism on December 24, 2007, 12:22:32 pm
This way it would be easier to code for 70columns/80columns coding standards.
I do that by using an appropriate margin in Editor->Margin&Caret settings.

btw @ kazade:
We have Copy&Paste in Context Menu. But it is quite unhelpfully hiding in the edit submenu
Title: Re: The 23 December 2007 build (4749) is out.
Post by: quixotic on December 24, 2007, 12:34:24 pm
Heya,

thanks man! i skipped over this feature on the editor settings :P dumb me...


its official: codeblocks is the best IDE out there
Title: Re: The 23 December 2007 build (4749) is out.
Post by: Fizick on December 24, 2007, 09:12:00 pm
I am vote for more short access to cut-copy-paste too.
'Editor settings' may be removed IMHO.
As for "Toggle bookmark", and "run to cursor", they are not very frequently used commands with Microsoft compilier. :)


Thanks.