Xcode 3 Bafflement
On the whole I'm liking Apple's latest revision of Xcode a great deal, but just in the last couple of hours I've run into a couple of changes that confuse me; useful features that were present in Xcode 2, but which if present in version 3, I cannot find.
The first was the ability to view the code of a file as it appeared after being handled by the preprocessor. I'd found this not only useful for debugging complicated preprocessor macros but also just plain good for curiosity. This feature might still be around somewhere, but for the life of me I can't find it.
The second is the 'Save All' feature. I didn't use it often, but after doing a Find/Replace across my entire project, it seems like just the way to deal with my half dozen unsaved files without having to open each individually or wait until the next time I hit 'Build' or 'Run' to get interrupted.
This is why I so often find change around me annoying. Sure most of it's for the better, but so often perfectly useful things get thrown away without clear reasons.