ide - PhpStorm; how to hide line status in editor -


is there way hide or change line status in phpstorm 8.0.3?

enter image description here

i changed editor -> colors , fonts -> diff, no effect.

vcs line status cannot hidden.

https://youtrack.jetbrains.com/issue/idea-101042 -- watch ticket (star/vote/comment) notified on progress.


at moment may make background transparent or use same background color actual gutter.

settings (preferences on mac) | editor | colors & fonts | general

phpstorm v8:

  • added lines
  • modified lines

phpstorm v9:

  • added lines in gutter
  • modified lines in gutter
  • deleted lines in gutter

Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

python - How to remove the Xframe Options header in django? -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -