[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.cdt] Re: Indexing strategy configuration

Jonah Graham wrote:

Hi Yevgeny,

1) Automatically update the index
This option control whether the indexer will update itself automatically
in the background, or whether you need to manually tell the indexer to
refresh based on changes. To manually update index, right click on a
C/C++ Project, choose Index->Update with Modified Files.

2) Update index immediately after every file change.
This controls whether the index is updated every time a file is changed,
or only when the project is built. In this case if you have Build
Automatically turned on the effective behavior ends up being basically
the same.
Currently I unchecked this option on workspace level, my project uses workspace configuration. "Build Automatically" is unchecked. Use case: Some files were changed in file system, I refreshed the project using project explorer. Immediately indexing was ran, I would expect indexing to run after build project is done. Also every time I change some file indexing is updated. First option (automatically update the index) is checked (selected). Is this a bug?

I hope that helps,

Jonah