Colouring new, modified, deleted etc. file names within PhpStorm -
for reason phpstorm won't apply right colours new, updated, deleted etc. files, neither in navigation list nor in tabs. i'm using git, phpstorm 8.0.3 , osx. can see below, file names in white colour although of them new , modified.
i went through where change color file names in tab row of phpstorm, phpstorm git file colors, file colors , file status highlights know else should activate file name colouring?
editor new, edited, deleted files. 
file before edit 
file after edit 
vcs 1 
vcs 2 
git status
inanzzz-mbp:sport inanzzz$ git status on branch form-type-crud changes not staged commit: (use "git add <file>..." update committed) (use "git checkout -- <file>..." discard changes in working directory) modified: src/football/frontendbundle/resources/views/default/index.html.twig no changes added commit (use "git add" and/or "git commit -a")
your vcs1 screenshot indicates git integration not correctly set project. use + button on vcs integration window tell phpstorm root is.
it should this:

Comments
Post a Comment