Project View File color for added files
Hi.
I'm using GIT as VCS. In GIT you have to add a file bevor you can commit it. Even if the file is already checked into the repository there is the add-stage.
Can PHPStor visualize files, that have been added but not commited?
If I add a new file and then add it to the repo, the filename is shown in green. I want this green color for any file that has been modified but not added.
modyfied but not added: blue
modified and added: green
unmodfied: black
Is that possible with PHP Storm?
Thanks
Matthias
请先登录再写评论。
Hello Matthias,
No, currently PhpStorm doesn't distinguish staged and unstaged modifications.
This issue is a part of full support of Git staging area. Please vote for it: http://youtrack.jetbrains.com/issue/IDEA-63391