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 wohlganger
Recipients cheryl.sabella, ned.deily, serhiy.storchaka, terry.reedy, wohlganger
Date 2017-07-24.18:15:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500920124.07.0.557226859039.issue27099@psf.upfronthosting.co.za>
In-reply-to
Content
The patch moves all config variables to config-main, config-highlight (for highlight colors), and config-keys (for keys). Keys and highlights are configurable in their respective tabs. Parens and Code Context options are in the Highlighting tab, Format Paragraph configurables are in the General tab. The sections in the main.def file where the options are saved are respective to their tab.

If you want, I can change the modules so they also load from their old location if an overriding option isn't found in main.def . However, I would recommend cleanly breaking from the old extensions, with a notice somewhere of where the new options are.

Changing the behavior of the extensions Tab / System is a separate issue that I think would be best handled after this, as this patch already makes a lot of changes.
History
Date User Action Args
2017-07-24 18:15:24wohlgangersetrecipients: + wohlganger, terry.reedy, ned.deily, serhiy.storchaka, cheryl.sabella
2017-07-24 18:15:24wohlgangersetmessageid: <1500920124.07.0.557226859039.issue27099@psf.upfronthosting.co.za>
2017-07-24 18:15:24wohlgangerlinkissue27099 messages
2017-07-24 18:15:23wohlgangercreate