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 cheryl.sabella, ned.deily, serhiy.storchaka, terry.reedy, wohlganger
Date 2017-07-24.15:33:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500910380.25.0.442844298459.issue27099@psf.upfronthosting.co.za>
In-reply-to
Content
I am still thinking about how to handle user customization of key defs and values.

The current extensions tab does not enable custom key defs, so that would be a new feature, and hence could be handled separately, and normally.  I have not yet looked at the patch to see if it does anything in this regard.

I would like to move custom values to config-main.  But if we do that, existing customizations would be ignored and new customization will not be seen by older versions.  A second possibility is to write changes to both config-main and config-extensions, but reading them from both places would be a nuisance.  A third is to keep those options on config-extensions and ignore the enable fields even though idleConf would continue to read them. Whatever we do, we will need additions to config help and a 'see help' message.

Complicating the decision is that the extension tab was first added, two years ago I think, as a separate dialog with a separate system for handling user changes.  When we moved it to a new tab, we did *not* convert it to using the existing system.  Another existing deficiency is that there is no validity check on entries.

Fortunately, the decision of where to display is separate from where to store.  But if displays are moved, the machinery for extension display will have to be changed to ignore values displayed elsewhere.
History
Date User Action Args
2017-07-24 15:33:00terry.reedysetrecipients: + terry.reedy, ned.deily, serhiy.storchaka, cheryl.sabella, wohlganger
2017-07-24 15:33:00terry.reedysetmessageid: <1500910380.25.0.442844298459.issue27099@psf.upfronthosting.co.za>
2017-07-24 15:33:00terry.reedylinkissue27099 messages
2017-07-24 15:33:00terry.reedycreate