-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
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
Twix CompletionEdit #1478
Twix CompletionEdit #1478
Conversation
4fbbcb2
to
72361df
Compare
3b66f73
to
fb626b7
Compare
7c943d3
to
672ffc9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sehr sehr gut.
I think this is ready to merge, I only left a few more remarks and two questions about things I don't fully understand.
Zweig muss neu geerdet werden 🌳 |
549d55f
to
6311e62
Compare
Ist neu geerdet |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sehr sehr gut 👍
Resolve remaining comments when read |
Why? What?
Fix twix completion edit since its broken on main.
I like the idea of trying to implement generally usable widgets in a separate crate from twix so that they can be used in other tools as well. Therefore I rewrote the completion edit to be less dependent on what is currently searched.
The fuzzy finder is replaced by the one from helix since it is way faster, besides that, the matching algorithm now is started only when the user input changed, not every frame.
The SegmentedControl widget is another generally usable widget I implemented some time ago for another tool and now I wanted to be available for twix as well.
Fixes #
ToDo / Known Issues
If this is a WIP describe which problems are to be fixed.
Ideas for Next Iterations (Not This PR)
If there are some improvements that could be done in a next iteration, describe them here.
How to Test