CDT editor performance problems [message #868935] |
Wed, 02 May 2012 14:55  |
Eclipse User |
|
|
|
Hi,
we use CDT (indigo) in an embedded environment with GCC as compiler. Development is done on an windows XP machine.
We have performance problems with the CDT editor. The editor sporadically gets blocked for some seconds or the characters appear after some seconds while typing.
My idea would be to disable the indexer while typing and only update the index on saving the file. But i do not know, how to change the preferences for that !
Are there any ideas how to improve the performance ?
Thanks in advance,
Andreas
|
|
|
|
|
Re: CDT editor performance problems [message #869963 is a reply to message #869898] |
Sat, 05 May 2012 05:12   |
Eclipse User |
|
|
|
Thanks for the hints. They are useful.
But I have the problems in the editor also while typing normal C/C++ elements or comments, not only on auto completion.
In my opinion, it has to do with live parsing/indexing ! When you type new syntax elements in the editor, you get immediately informed whether your syntax is right even before saving the file ! So the question is, how could i disable this functionality, so that the parser/indexer only works, when i save a file.
I already know the indexer preference page. There are two checkboxes:
- "Automatically update the index": "Activate this checkbox to have the index automatically update as it requires."
The question is what does this option really do ? What means "requires" ?
When i deactivate this, then also the second optiion is greyed out !
- "Update index immediately after every file-save": "Activate this checkbox to force an index update whenever a file is saved." This sounds like that, what I want to do, but even if it is checked, live check of syntax is still done. How could i deacivate this live parsing ?
Thanks,
Andreas
|
|
|
|
Powered by
FUDForum. Page generated in 0.04608 seconds