Add inapplicable condition on menu activation and navigation#608
Add inapplicable condition on menu activation and navigation#608Abdillah wants to merge 4 commits into
Conversation
8d93cc5 to
ee907e7
Compare
|
Thanks for trying to address this! EDIT: The CI failure seems to come from |
Sure, I have this branch set on my daily driver, just let me know if something need to be tested. It seems help menu indeed not called, I will investigate this case. |
|
I can confirm that help menu is empty on the conditional I added. This is because on The subsequent updates of the menu happened after repaint -> I think, I will make the auto-close only works on quick menu only since it includes auto-completion menu (which is Tab key main target). Moreover, the |
|
So far, everything works smoothly in my config: help menu, completion, completion hint. I think this branch is ready for review. |
e372084 to
0c27b0a
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #608 +/- ##
==========================================
- Coverage 49.76% 49.01% -0.75%
==========================================
Files 41 42 +1
Lines 7827 7946 +119
==========================================
Hits 3895 3895
- Misses 3932 4051 +119
🚀 New features to boost your workflow:
|
|
Do I need to do something on the @codecov, @sholderbach? I don't see any test in engine.rs file. Also, if there is something I can verify or do regarding the merge of this PR, I would gladly do that. |
Allow
untilkeybinding withsend: menu*(activation and navigation) stacked with other action by defining someInapplicableconditions.Fixes #603.
Fixes #604.