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 markroseman
Recipients kbk, markroseman, roger.serwy, serhiy.storchaka, terry.reedy
Date 2015-08-17.19:43:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1439840620.17.0.500339398971.issue24781@psf.upfronthosting.co.za>
In-reply-to
Content
Looking to get some feedback on a large chunk of new code (not yet complete), for the 'new' preferences dialog. Not so much UI things as if I've made any glaring structural errors which aren't obvious to this Python sorta-newbie.

For lack of a better place, I've attached prefs-wip.patch, which just contains code for four entirely new files (querydialog.py, tkextras.py, uifactory.py, and uipreferences.py), no changes to existing files. You should be able to run it standalone just with e.g. "python -m idlelib.uipreferences"

There's some comments at the start of uipreferences.py regarding structural changes from the code in the original configDialog.py.

Thanks!
History
Date User Action Args
2015-08-17 19:43:40markrosemansetrecipients: + markroseman, terry.reedy, kbk, roger.serwy, serhiy.storchaka
2015-08-17 19:43:40markrosemansetmessageid: <1439840620.17.0.500339398971.issue24781@psf.upfronthosting.co.za>
2015-08-17 19:43:40markrosemanlinkissue24781 messages
2015-08-17 19:43:39markrosemancreate