[issue45357] Idle does not check user config for extention configuration

2021-11-10 Thread CoolCat467
CoolCat467 added the comment: In a classroom circumstance, yes, that kind of makes sense, but at the moment, if you want to add an extension you have to either manually edit the file, or let a automated script touch your entire system with root permissions that could be doing who knows what

[issue45357] Idle does not check user config for extention configuration

2021-10-08 Thread Terry J. Reedy
Terry J. Reedy added the comment: The current configuration design is that user .idlerc config-x.cfg files contain changes from the idlelib config-x.def files. A proposal to change this is an enhancement request rather than a bugfix request. It will make the logic more complex, increase

[issue45357] Idle does not check user config for extention configuration

2021-10-08 Thread CoolCat467
CoolCat467 added the comment: Yes, changing settings on ZzDummy works correctly, but this is because an entry for it exists in the default config file. The problem is when if you attempt to add a new extension through the user config file. When IDLE is looking for extensions to load, it

[issue45357] Idle does not check user config for extention configuration

2021-10-07 Thread Terry J. Reedy
Terry J. Reedy added the comment: I am puzzled by your report. As explained in the top of idlelib/confix-extensions.def, the options for four features are still defined there for compatibility reasons and user changes to those option *are* stored in ~/.idlerc/config-extensions.cfg and read

[issue45357] Idle does not check user config for extention configuration

2021-10-05 Thread CoolCat467
Change by CoolCat467 : -- nosy: +taleinat, terry.reedy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue45357] Idle does not check user config for extention configuration

2021-10-03 Thread CoolCat467
Change by CoolCat467 : -- keywords: +patch pull_requests: +27063 stage: -> patch review pull_request: https://github.com/python/cpython/pull/28713 ___ Python tracker ___

[issue45357] Idle does not check user config for extention configuration

2021-10-03 Thread CoolCat467
Change by CoolCat467 : -- nosy: -terry.reedy versions: +Python 3.9 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue45357] Idle does not check user config for extention configuration

2021-10-03 Thread CoolCat467
New submission from CoolCat467 : I was trying to write an extension for Idle, and was noticing extension keys defined in ~/.idlerc weren't being used, so I looked into it and found that in idlelib.config.idleConf, `GetExtensionKeys`, `__GetRawExtensionKeys`, and `GetKeyBinding` would never