DucPT
DucPT

Reputation: 41

PhpStorm don't show line status in editor

My PhpStorm ver7.0 doesn't show line status in editor (added lines, modified line, deleted lines). How can I show them (I installed Tortoise SVN and checkout my project)?

Upvotes: 2

Views: 773

Answers (1)

CrazyCoder
CrazyCoder

Reputation: 402403

Please make sure you have enabled version control for the project directory in Settings | Version Control, just map the project root to Subversion.

Upvotes: 3

Related Questions