This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients Saimadhav.Heblikar, Todd.Rovito, cheryl.sabella, markroseman, taleinat, terry.reedy
Date 2017-09-28.00:29:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506558568.86.0.273299129313.issue20827@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2017-09-28 00:29:29terry.reedysetrecipients: + terry.reedy, taleinat, markroseman, Todd.Rovito, Saimadhav.Heblikar, cheryl.sabella
2017-09-28 00:29:28terry.reedysetmessageid: <1506558568.86.0.273299129313.issue20827@psf.upfronthosting.co.za>
2017-09-28 00:29:28terry.reedylinkissue20827 messages
2017-09-28 00:29:27terry.reedycreate