[issue22703] Idle Code Context: separate changing current and future editors

Terry J. Reedy report at bugs.python.org
Thu May 24 20:39:11 EDT 2018


Terry J. Reedy <tjreedy at udel.edu> added the comment:

An experienced non-CS computer user I asked does not like 'toggle x' or 'switch x', but would like whichever of 'show x' and 'hide x' is appropriate (rather than both).  For breakpoints, this would mean one menu entry, either 'set breakpoint' or 'clear breakpoint', rather than both (as currently).

A few Menu entries are labelled 'Show x'.  They don't need a 'Hide' menu  variant as hiding is done otherwise.

Checkmarks are OK, but she would prefer an empty box or circle as an dialogs, so that clicking more obviously means 'turn on' when in the 'off' state.

It occurs to me now, after  at least 20 years of using menus,  that the logic of 'blank' is that 'blank' means 'do something', so that 'check' means 'something was done, undo it'.  But I think that clicking 'clear breakpoint', for instance, is clearer than clicking 'v breakpoint', where 'v' represents a checkmark'.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue22703>
_______________________________________


More information about the Python-bugs-list mailing list