Re: Editor Performance Issue
Re: Editor Performance Issue
- Subject: Re: Editor Performance Issue
- From: Ken Thomases <email@hidden>
- Date: Wed, 4 Feb 2009 11:17:09 -0600
On Feb 4, 2009, at 11:08 AM, email@hidden wrote:
When I type a #include statement in my C++ code and then start
typing the file name, Xcode tries to suggest file names as I type -
that's great and exactly what I want. However, it sometimes (often)
take a very long time (5-10 seconds) to start "suggesting" file
names. And, of course, the editor is frozen in the meantime
(spinning beach ball).
Does anyone else have this issue?
I have not. You can try sampling Xcode (using Activity Monitor or
Shark) when it's stuck like that to see what it's doing. I don't
expect you to debug Xcode, but it might give you a hint.
One guess I have is that you have a header search path, including
recursive header directories, that's positively huge.
Cheers,
Ken
_______________________________________________
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