[issue20827] IDLE : Display function argument list in ClassBrowser

Terry J. Reedy report at bugs.python.org
Wed Sep 27 20:29:28 EDT 2017


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

As with removing icons (#25090), moving 'highlight line in editor' from double click to single click is not trivial.  Single click behavior is baked into tree.  TreeNode.  TreeItems can only override or augment double-click behavior.  I am deferring 'improve visibility of function argument list until I seriously look at ttk.Treeview (#31552).

----------

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


More information about the Python-bugs-list mailing list