Eclipse indexing - what do the various options do -


when right-click > index on project there few options:

  1. rebuild
  2. freshen files
  3. update modified files
  4. re-resolve unresolved includes

i've been hitting rebuild everytime i'm working on huge project , can't afford that; when modify file, whether it's .cpp or .h, need know 'index' operation do.

for each of 'index' options:

  1. what precisely do?
  2. what cost (relative memory, cpu time)?

documentation eclipse helpful searched , didn't find any.


Comments

Popular posts from this blog

ios - Memory not freeing up after popping viewcontroller using ARC -

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -