User forums > Nightly builds

The 18 august 2006 build is out.

(1/4) > >>

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 18 August 2006 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20060818_rev2877_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20060818_rev2877_Ubuntu6.06.deb
         http://prdownload.berlios.de/codeblocks/CB_20060818_rev2877_fc4+5.rpm


Resolved Fixed:


* Fixed current function arguments parsing in code-completion. Didn't work all the time
* Remove all temporary code-completion tokens (like local variables) before starting a new search
* Two new virtual targets added to CodeBlocks*.cbp: "Core app & plugins" and "Third-party libs"
* Updated CodeBlocks*.cbp to format 1.5
* Changed default settings for code-completion parser: parse local includes, global includes and preprocessor symbols are enabled now. Everyone's settings will be changed to these defaults.
* Changed code-completion plugin version number. Was unfair to still be at 0.1 ;)
* * Added code-completion preliminary support for typedefs:
  "typedef struct" is not supported
  "typedef class" is not supported
  "typedef enum" is not supported
  Other typedefs are supported. Yes, even function pointers
* Disabled calltips for function pointers in code-completion. Leads to infinite loop in some cases
* Changed _("") to _T("") because the former interferes with i18n
* Made "project format updated" message less redundant
* Added .pot files
* Updated contrib plug-ins 'windows' *.cbp to format 1.5
Regressions/Confirmed/Annoying/Common bugs:


* toolbar-images-not-changing-state (is a wx problem/Win XP problem)
* there are several issues with Code Completion (is being redesigned : work in progress)
* menu items with icon not correctly aligned (since wx263)

Last-Attacker:
As much as I regret to say this (with this version also), I have discovered a bug with the code completion.
If you type '.' or '->' in a function's main scope, then it works perfectly but if you type it in a sub scope, then it comes up with a "No matches" tool tip.
For instance:

void func()
{
    obj.name="John"; //Works here

    if(obj.age < 18)
    {
         obj.allowed = false; //Says "No matches" here
    }
}

Just tell me if its just my pc or something.

sethjackson:
Windows ANSI build is here.

mandrav:

--- Quote ---Just tell me if its just my pc or something.
--- End quote ---

Local scope evaluation is still a work in progress. Will possibly finish this weekend...

yalding:
I realized that recently, I can not change COMPILER for targets!

Could you please restore this feature? It is really important to me, as I am working with different version of compilers and librarys in testing my program. Thanks.

Navigation

[0] Message Index

[#] Next page

Go to full version