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 05 May 2007 build is out.

Started by killerbot, May 05, 2007, 09:09: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/wxmsw28u_gcc_cb_wx283.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 05 May 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20070505_rev3935_win32.7z
  - Linux :
   http://prdownload.berlios.de/codeblocks/CB_20070505_rev3935_Ubuntu6.xx.deb (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070505_rev3935_suse100-102.i586.rpm (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070505_rev3935_fc4+5.i586.rpm (not yet)


Resolved Fixed:


  • show file properties in notebook menu, too (e.g. to see the file's path)
  • CodeSnippets 1.2.63 2007/05/3 : Incorporate mappedmemoryfile fixes by Tim S
  • Fixed find/replace infinite loop in some cases (patch #1960 for bug #10886)
  • Added "add separator" button in tools configuration dialog (patch #1977 for rfe #3301)
  • Fixed constant complaining about directory not being empty when creating project from user template (patch #1981)
  • Fixed linker error regex (lib not found) for gcc-derived compilers to work for non-windows platforms too
  • Updated codesnippets and wxsmith unix projects
  • Minor fixes in wxsmith to correctly build with wx2.8.0
  • Added src/aui_compat.h file to use either our bundled wxAUI or the wxWidgets supplied one, based on the wx version (<2.8.0 uses our own AUI)
  • CodeSnippets 1.2.64 2007/05/4 : corrections to code for removing unix BUILDING_PLUGIN
  • AStyle plugin
    - Fixed EOL bug
    - Fixed GNU style preview
    - Updated to AStyle 1.20.2
  • CodeSnippets Workarounds to unix build process to allow BUILDING_PLUGIN compile flag
  • CodeSnippets Revertins to 1.2.63 to avoid makefile limitations

Regressions/Confirmed/Annoying/Common bugs:


  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)


lubos

still object not found?  :shock:

GTOnizuka

Date relase not correct and also link for download for win32 ;)

killerbot


GTOnizuka

It's a pleasure to help all you, i like very much this IDE =)

kurapix

For people waiting a Feisty build here it is : download.
Sorry for being so late but I'm busy these time.

Kurapix
Code::Blocks package building script

pauliusz

QuoteAdded "add separator" button in tools configuration dialog (patch #1977 for rfe #3301)
My patch has been applied, but "Feature Request #3301" is still open...

NameZero912

Is there a specific reason why new cpp/h files that I create by "File->New->File.." aren't automatically added to the project anymore, but I have to do that manually ? Or is it a bug ?

pauliusz

Quote from: NameZero912 on May 06, 2007, 12:50:34 PM
Is there a specific reason why new cpp/h files that I create by "File->New->File.." aren't automatically added to the project anymore, but I have to do that manually ? Or is it a bug ?
Its a bug. Fill a bug report please...

dje

It is a bug if file is created on the disk ( = saved ) otherwise it is not, as project files uses file path.
File/New does not force file creation, you can have a new one in the editor without saving it.

Dje

pauliusz

Quote from: dje on May 06, 2007, 02:49:16 PM
It is a bug if file is created on the disk ( = saved ) otherwise it is not, as project files uses file path.
File/New does not force file creation, you can have a new one in the editor without saving it.

Dje
It is a bug. Otherwise checkbox "Add file to active project" has no meaning :)

DC@DR

Quote from: kurapix on May 06, 2007, 02:09:29 AM
For people waiting a Feisty build here it is : download.
Sorry for being so late but I'm busy these time.

Kurapix
Thanks a lot for your build, keep up the good work :-)

dje


QuoteIt is a bug. Otherwise checkbox "Add file to active project" has no meaning

It is an "add file"; no file, no add  :)

I totally agree that the file should be added if created, I tested with current nightly on Win XP SP2 and it works.

QuoteIs there a specific reason why new cpp/h files that I create by "File->New->File.." aren't automatically added to the project anymore, but I have to do that manually ? Or is it a bug ?
Maybe more details (creation of file, OS) are required.

Dje

Z_guy

Quote from: NameZero912 on May 06, 2007, 12:50:34 PM
Is there a specific reason why new cpp/h files that I create by "File->New->File.." aren't automatically added to the project anymore, but I have to do that manually ? Or is it a bug ?

I've got that bug too :(

dje

Hi !

I found a small bug :
- File/New/Project...
- Right click on any item
- Click on Edit this script

The script is open in C::B in a modified state (* in the title bar) whereas it is not.

Dje