Comment Re:I hate xcode 4 (Score 1) 72
When I have errors in my code, or places in the code that produces warnings, I like my IDE to move the cursor to the actual line of code where the issue is.
This used to work just fine in xcode 3, but I'll be damned if I can figure out how to replicate that behaviour in xcode 4. What I've always had to do is switch window panes to look at the error log, find the line number where the issue is, and then manually go there in that file.
What's wrong with clicking the error / warning icon in the navigation pane? It shows me my warning, I click the warning and it shows the appropriate file with the offending line highlighted in yellow. Click the warning again, and it will pulse the warning highlight in your source again, no line hunting necessary.
Is your complaint that Xcode just doesn't reposition your cursor? The highlight and caret where the warning occurs isn't enough?