Replies: 1 comment
-
That is entirely possible, the column text does not need to match the item data. What you store in the item data and how you choose to use that for disambiguation is up to you but its quite possible.
the |
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
-
I am creating an app like dmenu/rofi for windows using nucleo, emenu, and I have run into two main issues.
First, if there are multiple match candidates that are the same string, it would be nice to have a method on the snapshot to return the items along with the global index so I can differentiate between them in the gui, or just the indices and get the item with
get_item()
.Second, like with fzf-matcher, have some method to get the indices of the matched characters to highlight them in the gui.
Beta Was this translation helpful? Give feedback.
All reactions