Replies: 1 comment
-
Not at the moment.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This is a great plugin thank you, and really seems to have potential, but I admit I'm quite confused by the way highlighting works or is supposed to work.
I have
So when I type the first letter, I get two sets of things highlighted:
And so what I keep end up doing is typing the first letter, and then the highlighted label, forgetting I have to type the second letter (because it's not highlighted).
What I'd like is for there to be 'progressive match' highlighting in two different colors, one showing the already-entered character matches, and the second showing the upcoming-letter matches.
So let's say my colors are pink and yellow.
I type 'f' 'p' to match all 'p's forwards. All 'p's will be highlighted in pink, followed by 1 or two letters (an actual next character, and then a label if required') highlighted in yellow.
Now I type 'a', and all 'pa' matches are highlighted in pink, followed by a yellow-highlighted label for all but the first instance of 'pa'.
Is that possible with the current config options, or an easy hack?
If not is there a way to at least ensure the first two characters are highlighted, even when they have a label, not only if they are 'standalone' targets?
Beta Was this translation helpful? Give feedback.
All reactions