Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on August 21, 2006, 07:00:56 pm

Title: The 21 august 2006 build is out.
Post by: killerbot on August 21, 2006, 07:00:56 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

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 21 August 2006 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20060821_rev2886_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20060821_rev2886_Ubuntu6.06.deb
         http://prdownload.berlios.de/codeblocks/CB_20060821_rev2886_fc4+5.rpm


Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 21 august 2006 build is out.
Post by: sethjackson on August 21, 2006, 10:11:13 pm
Windows ANSI build is here (http://rapidshare.de/files/30256897/output.7z.html).
Title: Re: The 21 august 2006 build is out.
Post by: nzoltan on August 22, 2006, 07:51:36 pm
Hi,

C::B project dependecy not correct if the dependent project is a static library. Example:

- create a static library project
- create a console application project and set dependecy to static-library
- to be the console app is active
- click build on the console app, C::B will build both project correctly

Now.

- change the static library code
- click build on the console app

C::B will build the static library, but say that console app is up-to-date. This is wrong, because the staic library is part of the console app and in this case, the console app is not up-to-date.
Title: Re: The 21 august 2006 build is out.
Post by: tretton on August 22, 2006, 09:01:43 pm
Hi everyone!

I've been thinking about the undo feature lately, and the thing is this:

1. Select a piece of text
2. Drag it to some other place in the document
3. Press undo

The text is of course relocated to the original spot, but the selected text has also been unselected. This is (at least for me) not very desirable, since most of the time I do this I do it only because I dropped the text in the wrong place and want to rectify my mistake. :) The selection should be restored, in my opinion.

Anyone else of the same mind?

Thank you!
-tretton
Title: Re: The 21 august 2006 build is out.
Post by: lubos on August 22, 2006, 09:13:15 pm
Hi everyone!

I've been thinking about the undo feature lately, and the thing is this:

1. Select a piece of text
2. Drag it to some other place in the document
3. Press undo

The text is of course relocated to the original spot, but the selected text has also been unselected. This is (at least for me) not very desirable, since most of the time I do this I do it only because I dropped the text in the wrong place and want to rectify my mistake. :) The selection should be restored, in my opinion.

Anyone else of the same mind?

Thank you!
-tretton

good idea but only as an option in editor options(not all want it)
Title: Re: The 21 august 2006 build is out.
Post by: xplorer87 on August 23, 2006, 01:46:42 am
yes, it could be useful ;)