Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

List of modified files in XCode 4

Tags:

xcode4

How do I get to see all the local modified files with respect to the sub-version copy as a list?

XCode 3 had a shortcut and a view to show these from where we could commit the code too: cmd+shift+v

I see no alternative to it in XCode 4. Anyone knows how?

Thanks, Raj

like image 402
Raj Pawan Gumdal Avatar asked Mar 29 '11 10:03

Raj Pawan Gumdal


1 Answers

In the Project Navigator (the normal source tree view), take a look at the buttons along the bottom edge (to the left of the search filter field). The middle button turns on a filter that shows only files with source control status (uncommitted changes).

like image 118
Joshua Nozzi Avatar answered Sep 19 '22 10:09

Joshua Nozzi