User forums > Nightly builds

The 13 august 2007 build (4368) is out.

(1/3) > >>

killerbot:
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.

A link to the unicode windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw28u_gcc_cb_wx284.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 13 August 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20070813_rev4368_win32.7z
  - Linux :
   http://prdownload.berlios.de/codeblocks/CB_20070813_rev4368_Ubuntu6.10+7.04_wx2.8.4.tar.gz
   http://prdownload.berlios.de/codeblocks/CB_20070813_rev4368_Debian4.0_wx2.8.4.tar.gz (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070813_rev4368_suse100-102.wx28.i586.rpm (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070813_rev4368_fc4+5.i586.rpm (not yet)


Resolved Fixed:


* KeyBinder 1.0.42 2007/08/12 : Change AddPendingEvent() to ProcessEvent() in wxMenuCmd::Exec() to avoid crashes when secondary command key would close editors wx284
* Fixed: C::B can't detect a file with UTF-32LE (with BOM) encoding
Regressions/Confirmed/Annoying/Common bugs:


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

Xaviou:
Ubuntu 6.10 & 7.04 Amd64 tar.gz archive (containing '.deb' installers builds with wx284) can be found here.

pasgui:
Build for Ubuntu 7.04 i386 can be found here

san:

--- Quote from: pasgui on August 13, 2007, 07:49:57 pm ---Build for Ubuntu 7.04 i386 can be found here

--- End quote ---

Thanks for you repository.. it makes updating even more smooth :P

only the download is a bit slow ;)

Steven 'lazalong':
Could it be possible to have the highlighting for the "Preprocessor" dependent on its scope?

For example on a Win32 platform

   #ifdef PLATFORM==WIN32
      #define THAT
   #else
      #define THIS
   #endif

On linux, macos, etc. you would have :

   #ifdef PLATFORM==WIN32
      #define THAT
   #else
      #define THIS
   #endif

Of course, the #defines in the project build options should also be taken into account.

I didn't see this as a feature request... but perhaps I didn't check it correctly.

Navigation

[0] Message Index

[#] Next page

Go to full version