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. enter image description here

file before edit enter image description here

file after edit enter image description here

vcs 1 enter image description here

vcs 2 enter image description here

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:

enter image description here


Comments

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -