-
Notifications
You must be signed in to change notification settings - Fork 26
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
Redesign dispatch menu #28
Conversation
I like the new layout with logical groping much better. (I also like the theme - a I used a way to programmatically copy contents of I've also noticed that in readme I put a code from a sample popup instead of the |
some questions/doubts/thoughts:
|
b073488
to
0c8d591
Compare
Here's the trick to have a new kill item ready to yank rigth after invoking a popup/dispatch: (define-advice python-pytest-dispatch (:after (&rest _))
(with-current-buffer transient--buffer-name
(copy-region-as-kill (point-min) (point-max))))
Same thoughts.
I like the idea of not having the
Perhaps the
Not an expert here as I don't do much |
* use better groupings * use multi-column visual layout * add some more flags * make all flags start with either ``-`` or ``--`` (mostly mimicking pytest flags)
0c8d591
to
e2ff7e1
Compare
i fiddled some more. this is what it looks like now:
pretty happy with it. unless @pkryger has some suggestions that need further work, |
* origin/master: No longer use with-eval-after-load Get rid of python-pytest-arguments variable and helper function
IMO, it looks really good 👍 |
cool, thanks for your review and previous input! |
-
or--
(mostly mimicking pytest flags)