Re: long time saving documents in Xcode 2.1
Re: long time saving documents in Xcode 2.1
- Subject: Re: long time saving documents in Xcode 2.1
- From: Mark Bessey <email@hidden>
- Date: Wed, 29 Jun 2005 17:56:21 -0700
On Jun 29, 2005, at 5:10 PM, Modesitt Software wrote:
Every since I upgraded to Xcode 2.1, my (relatively) large source
file take a long time to save. With Xcode 2.0, a Save operation
took less than 1 second. With v2.1, it takes almost 5 seconds to
save the file. This is difficult to work with, as every time I
make change to the source, and I want to see if it compiles, I have
to wait until it finishes saving to disk. There's about 2,500
lines of code in the file. All other files, which are smaller,
save quick enough so there's no problem. Is there anything I can
do to Xcode 2.1 to speed up saving, or do I have to break the file
into several smaller pieces?
Thanks,
Bill
This is a known bug in Xcode 2.1, which should be fixed in the next
release. I don't know of any easy workarounds for the delay, but it
might be worthwhile to break up your one large file into pieces
anyway - you'll get faster compile times if you only have to compile
half the code whenever you change something, too.
Meanwhile, you could turn off syntax coloring, which should speed up
saves somewhat, as well - the delay is caused by the editor re-laying
out the text in the file after saving.
-Mark
_______________________________________________
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