User forums > Nightly builds

The 16 January 2010 build (6088) is out.

<< < (2/28) > >>

lucas:
Hello everyone,

I have just downloaded and installed this nightly builds just to check out how CC works. In this regard I created a simple C++ console project that includes only the file iostream as it's shown below:

====================
#include <iostream>

using namespace std;

int main()
{
    cout << "Hello world!" << endl;
    return 0;
}
====================

I tried to complete the keyword "cout" but all I got is the following message: C++ parser is stil parsing files. Also I checked in the Windows Task Manager the status of the resources that CodeBlocks were using: CPU at 55% (also the CPU fan was working hard).

Also I unchecked the options "Update parser when typing" but the CPU did not fall under 55% ...

I do not know what exactly did you want to get fixed concerning the code completion (aside the points that you listed) but it seems that with every nightly build the CC plugin is not getting better at all.

Otherwise CB is a great product and it really helps me. Thanks all of you for the hard working.

Best regards,
Lucas

MortenMacFly:

--- Quote from: lucas on January 17, 2010, 02:22:34 pm ---I do not know what exactly did you want to get fixed concerning the code completion (aside the points that you listed) but it seems that with every nightly build the CC plugin is not getting better at all.

--- End quote ---
Thanks for such valuable feedback.

ollydbg:
@morten: Is it possible to Disable the "real time parse" before the batch parse is done? (whether it is set or unset).

MortenMacFly:

--- Quote from: ollydbg on January 17, 2010, 04:32:53 pm ---@morten: Is it possible to Disable the "real time parse" before the batch parse is done? (whether it is set or unset).

--- End quote ---
Not exactly sure what you mean, but if it is disabled in the settings it will be the same for batch parse. If you mean generally disabling this while batch parse is running, this would need to be implemented.

UsYer:
Hi,
I've got a problem with this build. After installing it everythign worked normal as usual. But after closing and trying to reopen CodeBlocks I get the following message: "This application has requested the Runtime to terminate in an unusual way..." I think you this message.
I never had any Issues with the nightlies before and I've no clue what could have caused this error.
I'm using Win7 64Bit.
Anyone else experiencing this?

regards UsYer

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version