Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on November 02, 2006, 05:38:42 pm

Title: The 02 november 2006 build is out.
Post by: killerbot on November 02, 2006, 05:38:42 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 02 November 2006 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20061102_rev3170_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20061102_rev3170_Ubuntu6.06.deb
         http://prdownload.berlios.de/codeblocks/CB_20061102_rev3170_suse100+101.rpm
         http://prdownload.berlios.de/codeblocks/CB_20061102_rev3170_fc4+5.rpm


Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 02 november 2006 build is out.
Post by: sethjackson on November 02, 2006, 07:22:14 pm
Windows ANSI build is here (http://rapidshare.com/files/1709970/output.7z.html).
Title: Re: The 02 november 2006 build is out.
Post by: cstudent on November 02, 2006, 07:28:41 pm
Ubuntu 6.10 (Edgy) build here (http://www.savefile.com/projects/1037211).
Title: Cut & Paste is broken
Post by: pingue on November 02, 2006, 11:13:11 pm
It seems to only happen when I remove the blank space with "Ctrl-L" (Remove Line).

-------------------

It seems when you cut a line out and remove the blank space from where the line was, it loses the content and just pastes blank line.

e.g.

01    BlahBlah1
02    Hello World <-(if you cut this line)
03    BlahBlah3

... and remove the the blank space
01    BlahBlah1
02    BlahBlah3   (The Blank space at 02 is removed)

Then if you do the paste,
01    BlahBlah1
02    BlahBlah3
03
04                   <-( Nothing)


It would be great if you could fix this on the next build.

Thank.

Title: Re: The 02 november 2006 build is out.
Post by: killerbot on November 02, 2006, 11:19:40 pm
works for me
Title: Re: The 02 november 2006 build is out.
Post by: pingue on November 02, 2006, 11:28:51 pm
It seems to only happen when I remove the blank space with "Ctrl-L" (Remove Line).
-------------------
Title: Re: The 02 november 2006 build is out.
Post by: Pecan on November 03, 2006, 12:15:56 am
Ctrl-L acts like cut. If you cut a blank, you'll paste a blank.
Title: Re: The 02 november 2006 build is out.
Post by: pingue on November 03, 2006, 12:33:26 am
Didn't know that    :o

Thanks.
Title: Re: The 02 november 2006 build is out.
Post by: scorpion007 on November 03, 2006, 12:52:04 am
great, thanks guys
Title: Re: The 02 november 2006 build is out.
Post by: thomas on November 03, 2006, 09:37:49 pm
If you want to remove a line, use Ctrl-Shift-L, not Ctrl-L (or, as it is about a blank line, use Del, which is easier).
Ctrl-L works as it should on my machine.
Title: Re: The 02 november 2006 build is out.
Post by: SharkCZ on November 03, 2006, 11:57:18 pm
This nightly build will be available soon in Fedora Extras for Fedora Core 5, 6 and Development.
Title: Re: The 02 november 2006 build is out.
Post by: TmX on November 04, 2006, 01:02:01 am
I extract this build to C:\cb and when I run it, a message box appears :
"Cannot find resources...
Code::Blocks was configured to be installed in 'C:\cb/share/codeblocks'.
Please use the command-line switch '--prefix' or set the CODEBLOCKS_DATA_DIR ... "

Maybe I need to config something :?
Title: Re: The 02 november 2006 build is out.
Post by: Orlando on November 04, 2006, 03:41:52 am
I extract this build to C:\cb and when I run it, a message box appears :
"Cannot find resources...
Code::Blocks was configured to be installed in 'C:\cb/share/codeblocks'.
Please use the command-line switch '--prefix' or set the CODEBLOCKS_DATA_DIR ... "
Maybe I need to config something :?

But what?? Where are the resources??  :?  :x  :(
Title: Re: The 02 november 2006 build is out.
Post by: TmX on November 04, 2006, 04:37:48 am
So I copy the resource (from the another CodeBlocks directory), and it crash ...
Title: Re: The 02 november 2006 build is out.
Post by: thomas on November 04, 2006, 12:13:24 pm
So I copy the resource (from the another CodeBlocks directory), and it crash ...
Not surprising...
Title: Re: The 02 november 2006 build is out.
Post by: Alturin on November 05, 2006, 03:39:18 pm
So I copy the resource (from the another CodeBlocks directory), and it crash ...
Not surprising...

Not helpfull? -chuckle-

Anyway, did you download all the files stated in the nightly-build post?