New submission from Raymond Hettinger <raymond.hettin...@gmail.com>:

Today, I did some user testing for the 3.8 beta when teaching the argparse 
module.  The new "Run Customized" option needs two usability tweaks.  1) Move 
the menu option up by one so that the regular F5 "run" is last -- learners we 
having a hard time finding and mouse targeting the more commonly used regular 
"run" option.  2)  The text input widget should be pre-populated with the most 
recently run command-line.  This makes it easier to test variants of the same 
command rather retyping it on every invocation.  Even more desirable would be 
to have a multi-command history, but in the absence of that an editable single 
command history would suffice.

----------
assignee: terry.reedy
components: IDLE
messages: 348149
nosy: rhettinger, terry.reedy
priority: normal
severity: normal
status: open
title: Minor improvements to IDLE's "Run Customized"
versions: Python 3.8, Python 3.9

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37627>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to