0
votes

I am working on Laravel project and by mistake I've uninstalled PhpStorm. When I've reinstalled my IDE my project some files color changed.

I've search on google and it shows on PhpStrom site that red color means During the last update, file was merged with conflicts and blue means File has changed since the last synchronization

My question is: how to get rid these errors and work as normal? Can I continue with same problems means it will not effect my project.

enter image description here

1
So hat do you want to change? Those are just VCS file status. 1) If you want to change colors -- Settings/Preferences | Editor | Colors & Fonts | File Status and change to whatever you like. Thing is -- your color schema is meant to be used with light GUI Theme where those red/blue colors do look OK; but with Darcula (dark) GUI theme it does not work so well so you need to edit your Editor Schema colors. 2) If you want to get rid of those coloured statuses at all -- just disable VCS integration (git or whatever you have got there). - LazyOne
@LazyOne do you mean it doesn't create problems for me? but before uninstall all files are with normal color when I uninstall file color changed,why? - zulqarnain
No idea what you have had there before. But those are just VCS file status colors -- they do not indicate actual errors. Few links to read: 1) jetbrains.com/help/phpstorm/2016.2/… 2) confluence.jetbrains.com/display/PhpStorm/… - LazyOne

1 Answers

0
votes

actually, I'm using git,whenever I add new files it(PHP storm) displays me different kind of colors but when I used version control commands(like git add .) then all files color shows normal color. for different color details https://www.jetbrains.com/help/phpstorm/2016.2/file-status-highlights.html?search=file%20s,plz visit this site.