Re: Speeding up XCode?
Re: Speeding up XCode?
- Subject: Re: Speeding up XCode?
- From: Robert Dell <email@hidden>
- Date: Sat, 15 Oct 2005 06:10:41 -0400
Mark Wagner wrote:
XCode is slow. Very slow.
I'm not talking about speeding up compile time. That's slow, but
manageable. I'm concerned about user interface actions. For example,
opening a file in an editor window can take five to fifteen seconds.
If a file is visible in more than one editor window, I can type faster
than the editor can display it. Using the arrow keys to move the
cursor through a line maxes out the CPU, and the cursor moves slower
than I can press the key.
I've found out that for my project, I've used an unusual method to save my large source files.
I edit them in their window and then close the window without saving the file. go to the project window and select a small file that you didn't edit and select clean all projects. this allows xcode to immediately save all files for the project and not need to do whatever it does that takes it 2 minutes to save a file. when i want to save a file, i expect it to be limited by the speed of the hard drive only. compiling? it takes x-code 5 full minutes just to compile my 1 meg source code file.
Apple, if you're reading this, please speed things up.
_______________________________________________
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