We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Would it be technically possible to highlight a word(s) with just one click?
The text was updated successfully, but these errors were encountered:
Anything is possible 😉 But yes it would be. However, this package relies on the selection event from atom core: https://github.com/richrace/highlight-selected/blob/master/lib/highlighted-area-view.coffee#L38-L43
So if we were to do it with a single click we'd need to implement or use the same the methods that the core uses to select.
Sorry, something went wrong.
I see. I will close this issue and have a look at it.
No branches or pull requests
Would it be technically possible to highlight a word(s) with just one click?
The text was updated successfully, but these errors were encountered: