feat: add filtering to manager ui#132
Conversation
|
I am thinking instead of prompting for the filter mode, just cycle between |
That's actually my first thought but I thought that being able to specify different status at the same time would be useful, though maybe it's not that useful. So I guess I'll do that then. |
|
It's much faster to just repeatedly press |
I think that's a good point considering the use case of this. |
|
There are a few more edge cases.
So what I propose is to keep the current list of languages and the order fixed unless your reopen the UI or press |
|
good ideas. |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
- The list and the order of the languages in a filter mode persists until refresh. Only the status updates. - The status is synchronize with the keymaps and the user commands. - _act() function is removed from the ui. - Dynamically compute the buffer width with maxlang, maxline
|
I did a lot of refactoring. Changes
@romus204 would you take a look? |
Add new key
fto filter parsers by status.