[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.tools.cdt] Re: Indexing strategy configuration
|
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 behaviour ends up being basically
the same.
I hope that helps,
Jonah