Re: How to "refresh" Find In Project info in Xcode 3.1.3?
Re: How to "refresh" Find In Project info in Xcode 3.1.3?
- Subject: Re: How to "refresh" Find In Project info in Xcode 3.1.3?
- From: Chris Espinosa <email@hidden>
- Date: Thu, 17 Dec 2009 11:24:02 -0800
On Dec 17, 2009, at 9:40 AM, Howard Moon wrote:
> How do I force Xcode to refresh all its Find In Project information in a C++ project? When I'm making a lot of edits, the Find In Project and Find Selected Text In Project features quickly get out of synch with the actual code. They still find the text I'm looking for, but double-clicking on them doesn't take me to the right place. I often end up going to the individual files shown in the Find Results window and doing another search within that specific file to get to the text I'm looking for. Is there a way to refresh this information immediately?
Project > Edit Project Settings > General > Rebuild CodeSense Index
Note that if you have two project with the same name (e.g. two branches of the same repository) and you are using shared build directories, the project indexes of the two projects will step on each other, which may be the source of what you're seeing. Rebuilding the Code Sense index whenever you change versions of projects with the same name is a good practice.
Chris _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden