User forums > Nightly builds

The 02 March 2014 build (9673.) 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_wx2812_gcc481-TDM.7z

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

The 02 March 2014 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20140302_rev9673_win32.7z
  - Linux :
   none

Resolved Fixed:


* CC: this is an improvement to Huki's cc_includes_parsing.patch. When recursive parsing of cpp/h files, we need to release the locker on each recursive call, so the parser does not hold the locker for a very long time, the GUI will not hang. The header files in the project do not be added to the BatchParse any more, since it will mass the bool Parser::Parse(const wxString& filename, bool isLocal, bool locked, LoaderBase* loader) function a lot, if the header file is marked as assigned in the TokenTree, it will not be parsed immedially when Parser::Parse() is called. The related discussion can be found in forum: http://forums.codeblocks.org/index.php/topic,18315.msg128446.html#msg128446
* syntax highlight: Fix bug for Bash language, where the Scalar's background couldn't be set to default
* CC: show formatted args of methods, if docs helper is disabled in the CC options
* CC: made the option for CC simpler: Either you choose documentation with all (good) consequences or not (probably fixes http://forums.codeblocks.org/index.php/topic,18991.msg130116.html#msg130116)
Regressions/Confirmed/Annoying/Common bugs:


carra:
I haven't been able to reproduce it again, but the first time I run version 9673 I saw a popup telling me that 2 DLLs for plugins couldn't be loaded. Both were related to wxSmith, one is wxSmith.dll and the other one I can't remember (I couldn't take a screenshot in time).

It might be just me, but I thought I'd tell it here just in case...

Jenna:
On my server since yesterday:

Debian packages (binaries and sources) for 32-bit and 64-bit systems can be found in my debian-repo.
Fedora packages (binaries and sources) for 32-bit and 64-bit systems (fc18, fc19, fc20 and rawhide) and RedHat/CentOS 5 and 6 packages (also 32-bit and 64-bit) can be found in my rpm-repo .

shurick:
Packages for openSUSE 12.2 - 13.1 (binaries and sources) for 32-bit and 64-bit.

carra:
Even though it's not related to version 9673 (it is MUCH older), I am going to report a bug in Code Completion since it seems to be the main improvement focus nowadays.

As far as I can remember, Code::Blocks has never provided autocompletion of a constructor's parameters within its initialization list. For instance, take this code:


--- Code: ---    ListCell::ListCell( P_Object First_, P_Object Rest_ )
    // - - - - - - - - - - - - - - - - - -
    :   First( First_ )  // <-- cursor HERE
    ,   Rest( Rest_ )
    // - - - - - - - - - - - - - - - - - -
    {
        // (do nothing)
    }

--- End code ---

When the cursor is inside the braces, CC correctly handles First_ and Rest_. But if the cursor is on the line with the arrow, I am offered completion for First (i.e. the class attribute), but not for First_.

PD: Searched for this, found nothing. Excuse me if it had already been said somewhere...

Navigation

[0] Message Index

[#] Next page

Go to full version