User forums > Nightly builds

The 30 March 2008 build (4977) is out.

(1/6) > >>

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_wx287.7z

For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://prdownload.berlios.de/codeblocks/mingwm10_gcc421.7z

The 30 March 2008 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20080330_rev4977_win32.7z
  - Linux :
   none

Resolved Fixed:


* Updated: Intel compiler detection code would now add VC installation dir to extra paths list
* Added: /nologo to resource compiler of MSVC-8
* Fixed: [Bug #13423] Search in files not working for ISO-8859-1 in Linux (Thanks Rick for the patch)
* make delete and insert work on num keypad (thanks Rick)
* lib_finder:
* Added dialog allowing to edit currently known libraries
* Compilers are now matched using wxString::Matches() - can use * and ? inside compiler filter
* Small code refactorings
* Fixed: Couple of warnings in Scintilla
* Fixed: Now C::B would not prompt to select missing compiler for Targets not supported by current platform
* Added: Support for Page-Up/Down, Home, End key in IncrementalSelectListDlg
Regressions/Confirmed/Annoying/Common bugs:


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

pasgui:
Build for Ubuntu i386/amd64 can be found here

Best regards, pasgui

Loaden:
When i add a class, the class name start with 'C', example: CTest, CRegKey, CMailList, i want the filename can not include 'c', not 'cregkey.h', but 'regkey.h' .
and Guard block also not include 'C'. not 'CREGKEY_H', but 'REGKEY_H'.

the end: i want Guard block can modify by need. example, modify to : REGKEY_H_INCLUDE.

my english is bad, sorry!
thanks!

MortenMacFly:

--- Quote from: Loaden on March 31, 2008, 10:41:46 am ---When i add a class, the class name start with 'C', example: CTest, CRegKey, CMailList, i want the filename can not include 'c', not 'cregkey.h', but 'regkey.h' . and Guard block also not include 'C'. not 'CREGKEY_H', but 'REGKEY_H'.
the end: i want Guard block can modify by need. example, modify to : REGKEY_H_INCLUDE.

--- End quote ---
Well... in fact all of it you can do already. Mind trying before asking?!

MortenMacFly:

--- Quote from: MortenMacFly on March 31, 2008, 01:04:57 pm ---Well... in fact all of it you can do already. Mind trying before asking?!

--- End quote ---
Here it comes for your convenience:

Navigation

[0] Message Index

[#] Next page

Go to full version