Steven Lu
Steven Lu

Reputation: 43427

Xcode 5 - Show edited files?

Is anyone else noticing this? When I edit a file in Xcode 5, it does not (like in Xcode 4) darken the icon for the file. This would be visible at the title bar and also in the file navigator.

Looked around in Preferences but didn't find anything.

Also, I thought maybe it meant that any time you edited a file it would auto-write the file, but it does not appear to do this either.

Upvotes: 3

Views: 1992

Answers (2)

HAS
HAS

Reputation: 19853

My experience with Xcode 5 is that it automatically saves all your files for you. I can't comment on how often the files are actually written to disk but using the Mavericks Beta since day 1 and having had some crashes I never lost a line of code (not even a letter).

So there doesn't need to be darkened file icon anymore since no file will ever have pending changes that need to be written to to disk.

Upvotes: 2

NRitH
NRitH

Reputation: 13893

If your project is set up to use version control, the Project Navigator will display an 'M' to the right of modified files and an 'A' for new files. Is that what you're looking for?

Upvotes: 0

Related Questions