tednaleid / sublime-EasyMotion

Sublime Text 2 plugin to quickly jump to any character in the visible area of the active view.
Apache License 2.0
386 stars 24 forks source link

De-emphasize non-highlighted text #22

Open tednaleid opened 11 years ago

tednaleid commented 11 years ago

In the vim EasyMotion plugin, the plugin highlights the matched text in red and colors the non-matched text in a dark grey, ex:

vim easymotion coloration

I've had a request from a user to emulate this in EasyMotion. I took a stab at doing it this way early in the project, but didn't have a lot of success. I was able to color the text areas, but after the end of each line the color didn't change, so it was ragged looking.

I think that there are also possible issues for those users with non-dark color schemes. Not sure if there's any way to detect this.

shemerey commented 11 years ago

btw i've found one interesting implementation of this you can see this https://github.com/muchzill4/EzMotion

lydell commented 11 years ago

Is EzMotion any help to get this to EasyMotion? I like EasyMotion better, except for this feature.

chenglou commented 10 years ago

+1 on this!