hax / refactor

Refactoring support in Atom.
https://atom.io/packages/refactor
MIT License
36 stars 8 forks source link

Disable overriding of selection highlight color #25

Closed sgsvnk closed 7 years ago

sgsvnk commented 8 years ago

Option to disable overriding the colour of selection highlighting.

image

It is important that the user preference to select the text should not be overridden by an operation that is not intended anymore.

hax commented 8 years ago

The default styles of latest version has changed to colored underlines. So it seems you (or some other plugins) wrote some custom styles.

sgsvnk commented 8 years ago

Even if it custom, shouldn't the selection be given more importance than argument selection when multiple arguments are selected? And underlines, would still come on top of selection colors right?

hax commented 8 years ago

@sgsvenkatesh Refactor just add some decorations for symbols, it depends on Atom itself to deal with the render effect of selections and decorations.

hax commented 7 years ago

Close old issue.