Closed halfbrained closed 3 years ago
@Alexey-T
But how does it relate to breadcrumb?
In the tree dialog, quick search in large folders
dlg_proc allows to set 'key_preview':True so your form can geet pressed keys in memory, and perform some jumps. right?
I didn't want removing non-matching files from tree. Jumping to matches is better, also will add keys to jump to next/previous matches.
Ok,agree. I stil don't get idea how this jump will work
(form gets pressed keys via on_key_down event)
Just added, I would appreciate some feedback on how intuitive this is :)
Typing anywhere in the dialog modifies search string, F3
/Shift+F3
to search forward/back
I think it would be nice to highlight matching files as you type in the tree-dialog, but
treeview
does not provide api for that.