White line along line numbers and blue marked file name
Hello!
I was just fiddeling around trying to get GitHub to work with Pycharm. All of a sudden a white line appears to the left (along the line numbers), and when I press enter the line gets longer. The main file have a blue font in project view as well. For some reason, this drives me crazy. I did revert to default settings, but that did not help. Could anyone please help me out! :)
Here is a picture of the error: http://gyazo.com/8c9e6fc8bae4a7e1a9657a2767419cd9
I was just fiddeling around trying to get GitHub to work with Pycharm. All of a sudden a white line appears to the left (along the line numbers), and when I press enter the line gets longer. The main file have a blue font in project view as well. For some reason, this drives me crazy. I did revert to default settings, but that did not help. Could anyone please help me out! :)
Here is a picture of the error: http://gyazo.com/8c9e6fc8bae4a7e1a9657a2767419cd9
Please sign in to leave a comment.
This a VCS status for those lines (modified or added lines).
You can change these colors in Settings at "Editor | Colors & Fonts | General | Added/Modified lines"
This is VCS status for this file – "modified" in your case.
These colors can be modified in Settings at "Editor | Colors & Fonts | File Status"
Here is a little manual/webinar on VCS support – it's written for PhpStorm, but it's the same for PyCharm or any other JB IDE: