[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 : -- keywords: +patch Added file: http://bugs.python.org/file37550/issue22706_1.diff ___ Python tracker ___

[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 ___ _

[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 = If I also disable zoom-height, the following appe

[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-10-31 Thread Saimadhav Heblikar
Changes by Saimadhav Heblikar : -- nosy: +sahutd ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[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