Re: Xcode 3.2 syntax highlighting glitch
Re: Xcode 3.2 syntax highlighting glitch
- Subject: Re: Xcode 3.2 syntax highlighting glitch
- From: Chris Espinosa <email@hidden>
- Date: Wed, 16 Sep 2009 10:40:03 -0700
On Sep 16, 2009, at 10:14 AM, Markus Spoettl wrote:
When I start Xcode and re-open my project everything gets restored
properly and the editor displays what was open when I left.
What is strange is that syntax highlighting does not work (except
for keywords) for the portion of the file that is visible when the
project opens. When I scroll up or down, the syntax coloring is
there and correct, just not for the little potion that is visible
initially.
After a while - which coincides with the exact time the indexer is
done - the portion gets syntax highlighted correctly. Is this known?
It is expected. Syntax coloring uses the index. It does superficial
C-syntax coloring while the index is being generated, then fills in
the richer symbolic information when the index is available.
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