User forums > Nightly builds

The 16 January 2010 build (6088) is out.

<< < (4/28) > >>

vix:

--- Quote from: lucas on January 17, 2010, 02:22:34 pm ---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 ---
The same for me (WinXP SP2, TDM-MinGW 4.4.1.2).


--- Quote from: blueshake on January 18, 2010, 08:09:44 am ---when the issue happened,does the parser hint that the c++ is still parsing?
--- End quote ---
Yes, you're right.
After the parsing the CPU consumption falls to 1-2% (as usual).
I tried to disable the Code Completion plugin and there isn't a such high CPU load.
Moreover also this last NB has this problem (http://forums.codeblocks.org/index.php/topic,11790.0.html)

blueshake:

--- Quote ---I tried to disable the Code Completion plugin and there isn't a such high CPU load.
--- End quote ---

you do not need to disable cc,just disable parse while typing. :D

blueshake:
can you report  Editor file (about 2000+ lines)which you are typing with real-time parse,how much time dose it cost in your machine?

lucas:
The compiler that I used to test the code completion was Visual C++ 2008 on Windows XP SP3.

The code was very simple:

#include <iostream>

using namespace std;

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

I was trying to auto-complete the keyword "cout".

Regards,
Lucas


--- Quote from: vix on January 18, 2010, 08:30:08 am ---
--- Quote from: lucas on January 17, 2010, 02:22:34 pm ---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 ---
The same for me (WinXP SP2, TDM-MinGW 4.4.1.2).


--- Quote from: blueshake on January 18, 2010, 08:09:44 am ---when the issue happened,does the parser hint that the c++ is still parsing?
--- End quote ---
Yes, you're right.
After the parsing the CPU consumption falls to 1-2% (as usual).
I tried to disable the Code Completion plugin and there isn't a such high CPU load.
Moreover also this last NB has this problem (http://forums.codeblocks.org/index.php/topic,11790.0.html)

--- End quote ---

blueshake:

--- Quote from: lucas on January 18, 2010, 08:51:18 am ---The compiler that I used to test the code completion was Visual C++ 2008 on Windows XP SP3.

The code was very simple:

#include <iostream>

using namespace std;

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

I was trying to auto-complete the keyword "cout".

Regards,
Lucas


--- Quote from: vix on January 18, 2010, 08:30:08 am ---
--- Quote from: lucas on January 17, 2010, 02:22:34 pm ---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 ---
The same for me (WinXP SP2, TDM-MinGW 4.4.1.2).


--- Quote from: blueshake on January 18, 2010, 08:09:44 am ---when the issue happened,does the parser hint that the c++ is still parsing?
--- End quote ---
Yes, you're right.
After the parsing the CPU consumption falls to 1-2% (as usual).
I tried to disable the Code Completion plugin and there isn't a such high CPU load.
Moreover also this last NB has this problem (http://forums.codeblocks.org/index.php/topic,11790.0.html)

--- End quote ---

--- End quote ---


done in this thread.http://forums.codeblocks.org/index.php/topic,11800.msg80725.html#msg80725

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version