User forums > Nightly builds

The 16 January 2010 build (6088) is out.

<< < (8/28) > >>

private_joker:

--- Quote from: lucas on January 17, 2010, 02:22:34 pm ---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

--- End quote ---
Hi, I experienced same problem: http://forums.codeblocks.org/index.php/topic,11827.0.html and http://developer.berlios.de/bugs/?func=detailbug&bug_id=16647&group_id=5358
I heard only 2 things:
1) All is Ok (on Ubuntu)
2) All is Ok (on MinGW)
So that pretty "good".

-----------------------------------------


--- Quote from: blueshake on January 18, 2010, 09:42:02 am ---According to  the users' voices,it seems the issues (the cpu used over 50%) are  all  relative to msvc(vc 2005,vc2008),gcc is working fine.



NOtTE:

I suspect something wrong with the path parse.

--- End quote ---

Hi, i have only 3 small question for you:
1. Did You see it? ( http://developer.berlios.de/bugs/?func=detailbug&bug_id=16647&group_id=5358 ), I guess - YES. Is  "issues" is NOT reprodused in 6023 (latest SVN rev. w/o broken CC).
2. "gcc is working fine" Hmmm... CB designed and works only w. GCC? I guess - NOT.
3. Where I can see a fresh "Roadmap" or something similar.

CB is pretty good IDE, but last time... Something going wrong, I guess in developers team crept devs from M$ ;)

InsidE:

--- Quote from: lucas on January 17, 2010, 02:22:34 pm ---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% ...

--- End quote ---

i have the same bug.
system : XP SP3

EDIT:
using ms sdk for sever 2008( 6.1 )

lucas:
Hello,

I re-tested the code completion using MSVC2008. The behaviour is the same: no code completion, CPU over 50%.
However the problem does not occur with MinGW (4.4.0 in my case).

So I can confirm the following: well is good in the world of GCC (MinGW) :) The other side is doomed at this moment :)

Lucas


--- Quote from: lucas on January 18, 2010, 09:57:34 am ---I've just created a simple project but using MinGW-4.4.0 system. Strangely everything is all right now: no CPU high rate, code completion worked.

I do not know why in the case of the MSVC 2008 the things were wrong.

Lucas


--- Quote from: ollydbg on January 18, 2010, 09:42:07 am ---@lucas.
Do these steps:
1, open your project, in the cpp file, remove or comment the line below(so there's no include directives in the source file):


--- Code: ---#include <iostream>  

--- End code ---

2, the close your project.

3, reopen your project.

And see what happens. Did your CPU still 50% hang?

--- End quote ---

--- End quote ---

Folco:
I have selected the option "Home key always moves carret to first column" in Settings -> General Settings -> Other Options.
But it doesn't seem to work : when I press the Home key, the carret is set at the first char (after the identation, not at the first column of the line).

Someone could confirm that ?
(Fedora 12, current nightly)

Zini:
Comfirmed. Ubuntu 9.04 (64 bit). Broke about a year ago, I think. Here is the bug report:

http://developer.berlios.de/bugs/?func=detailbug&bug_id=15359&group_id=5358

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version