How to disable change markers in PyCharm -


where in settings can disable markers added/modified lines?

enter image description here

you can configure in editor | colors & fonts | general | modified lines / added lines:

modified background

this changes left gutter color, modify right stripe mark color go diff color settings , change color same stripe gutter background:

diff


Comments

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -