How to turn off wide selection background in Project View?
I cannot get used to it. Is there any option?
When I select file I want only this filename to be highlighted and not wide line.
You introduced this in PyCharm and now in Leda :(
Please sign in to leave a comment.
+1
I've downloaded source of IDEA.
There is no option to turn this off.
So I wrote the code to fix this in runtime.
Here is code in jruby (idea plugin PMIP). It's quite simple, one's can reuse it for any other script-lang idea plugin.