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 terry.reedy
Date 2017-07-26.20:26:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501100798.06.0.368470665591.issue31051@psf.upfronthosting.co.za>
In-reply-to
Content
Fix bugs and enhance the page.

The three little frames are too much, and in the wrong order. Proposal:

Window to open at startup:   O Shell     O Editor
Initial size:                Width [_]   Height []
When run code in editor: ... (see bpo-19042 for possible change)

This compression will make room for former extension options (#27099). 

Tk variable startup_editor should be BooleanVar.

Size vars should be IntVars.  Accepting *and saving* 'nonsense' as a size is a bug (idlfConf issues a warning when reading).  Sizes should be at least 1.  Changing to spinbox would ensure this.  Or validate entry on each char (only accept ascii digits).

For helplist, Up and Down keys move selection indicator but *do not move the internal selection*.  Delete key deletes the internal selection, not the item highlighted.  Fix should be similar to fix for fontlist.
History
Date User Action Args
2017-07-26 20:26:38terry.reedysetrecipients: + terry.reedy
2017-07-26 20:26:38terry.reedysetmessageid: <1501100798.06.0.368470665591.issue31051@psf.upfronthosting.co.za>
2017-07-26 20:26:38terry.reedylinkissue31051 messages
2017-07-26 20:26:37terry.reedycreate