[issue22706] Idle extension configuration and key bindings

2019-02-20 Thread Terry J. Reedy
Terry J. Reedy added the comment: #27099 (converting built-in extensions to features) made this less important. But it is still relevant to actual extensions. There is a dummy extension, zzdummy, for testing. -- stage: needs patch -> patch review versions: +Python 3.8 -Python 2.7,

[issue22706] Idle extension configuration and key bindings

2014-12-28 Thread Saimadhav Heblikar
Changes by Saimadhav Heblikar saimadhavhebli...@gmail.com: -- keywords: +patch Added file: http://bugs.python.org/file37550/issue22706_1.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22706

[issue22706] Idle extension configuration and key bindings

2014-12-17 Thread Saimadhav Heblikar
Saimadhav Heblikar added the comment: ZoomHeight behavior on linux is as what you mentioned. Now I have understood this issue. Working on it. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22706

[issue22706] Idle extension configuration and key bindings

2014-12-15 Thread Saimadhav Heblikar
Saimadhav Heblikar added the comment: Need some clarification on this issue. I tried changing the cfgBindings for FormatParagraph. It creates a new key-set and writes the changes to user config-keys.cfg in ~/.idlerc(the keybindings). Any changes made to FormatParagraph in extension dialog(the

[issue22706] Idle extension configuration and key bindings

2014-12-15 Thread Terry J. Reedy
Terry J. Reedy added the comment: When I alter an *extension* key binding (in the keys page of idle pref dialog), the change shows up in .idlerc/config-extensions.cfg, not config-keys.cfg. For instance, [ZoomHeight_cfgBindings] zoom-height = Control-Alt-Key-space If I also disable

[issue22706] Idle extension configuration and key bindings

2014-10-31 Thread Saimadhav Heblikar
Changes by Saimadhav Heblikar saimadhavhebli...@gmail.com: -- nosy: +sahutd ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22706 ___ ___

[issue22706] Idle extension configuration and key bindings

2014-10-22 Thread Terry J. Reedy
New submission from Terry J. Reedy: In default config-extensions.def, section [X] is followed by section [X_cfgBindings]. In user config-extensions.cfg, the two sections are written independently by the config dialog (key bindings) and by the extensions dialog (the [X]). While having [X] and