inducer / pudb

Full-screen console debugger for Python
https://documen.tician.de/pudb/
Other
3k stars 229 forks source link

support readline in some window (e.g., Edit preference) #547

Open Freed-Wu opened 2 years ago

Freed-Wu commented 2 years ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] In some window (e.g, Edit preference), if support readline: <C-B>, <C-F>, <C-P>, <C-N> to go left, right, up, down, it will be more convenient.

Describe alternatives you've considered Perhaps hjkl?

Screenshot from 2022-08-28 20-29-18

inducer commented 2 years ago

I think all that's needed here is to switch more edit fields to urwid_readline.ReadlineEdit. PRs welcome.