Modified files indicators
Hello, I'm trying out PHPStorm 7 and I want to switch from Netbeans. However, there's one problem that's breaking the deal. In Netbeans, it not only color codes the filenames according to their git status, but it also gives an indicator on the folder itself and text indicators next to the filename. Does PHPStorm do this as well? I don't want to click every folder to see if a file have been changed inside of it. I've attached an image that will explain better than I can. :)
Attachment(s):
git.png
Please sign in to leave a comment.
Hi there,
Yes (by changing color instead of icon, IIRC) -- it's turned off by default.
Settings | Version Control | Show directories with changed descendants
That's close enough for me. Plus, I discovered the "Changes" tab. :)
Have a look at this webinar recording -- it may speedup your understanding of how it is implemented and works here in IDEA-based IDEs.
http://blog.jetbrains.com/phpstorm/2013/10/webinar-recording-version-control-with-phpstorm-and-other-intellij-idea-based-ides/
Other useful articles: