Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Delete all index files?

Thanks Nathan

On 22 March 2016 at 17:07, Nathan Ridge <zeratul976@xxxxxxxxxxx> wrote:
> How can I completely remove all CDT index files?

The index for a project is stored in <workspace>/.metadata/.plugins/org.eclipse.cdt.core/<project>.<timestamp>.pdom. You can delete that file. It will be re-created if you open the project again.

Hope that helps,
Nate

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top