News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

The 02 november 2006 build is out.

Started by killerbot, November 02, 2006, 05:38:42 PM

Previous topic - Next topic

killerbot

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:


  • fix pedantic compiler option : -pedantic-errors  (plural !!!)
  • Fixed once and for all the various issues (aka crashes) when displaying dialogs on startup
  • MinGW, and GnuArm : added -ansi option
  • save&restore paperid and orientation to config
  • Code Snippets:
    * Added Copy to clipboard functionality
    * Added Debug target to *nix project file (for future usage)
    * Added note about the documentation in the Wiki

Regressions/Confirmed/Annoying/Common bugs:


  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)
  • menu items with icon not correctly aligned (since wx263)


sethjackson


cstudent


pingue

#3
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.


killerbot


pingue

It seems to only happen when I remove the blank space with "Ctrl-L" (Remove Line).
-------------------

Pecan

Ctrl-L acts like cut. If you cut a blank, you'll paste a blank.

pingue


scorpion007


thomas

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.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

SharkCZ

This nightly build will be available soon in Fedora Extras for Fedora Core 5, 6 and Development.
Code::Blocks package maintainer for Fedora and EPEL

TmX

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 :?

Orlando

Quote from: 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 :?

But what?? Where are the resources??  :?  :x  :(

TmX

So I copy the resource (from the another CodeBlocks directory), and it crash ...

thomas

Quote from: TmX on November 04, 2006, 04:37:48 AMSo I copy the resource (from the another CodeBlocks directory), and it crash ...
Not surprising...
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."