[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, Python 3.4, Python 3.5

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 [X]) are written to the user 
config-extensions.cfg file in ~/.idlerc.

Have I understood the issue correctly in saying that the desired outcome is 
both [X] and [X_cfgBindings] write to config-extensions.cfg in ~/.idlerc?

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22706
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 zoom-height, the following appears in a separate part of the 
same file.

[XoomHeight]
enable=False

For me, the two blocks are already in the same file.  The same is true for 
FormatParagraph.  I intended this issue to be about bringing them together in 
the file, with the [X] block first.  You seem to be saying that the current 
behavior is different on linux.  Since FormatParagraph is still special (see 
#20577), try ZoomHeight also.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22706
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 [X_cfgBindings] separated and even reversed in 
order seems to still work, it would be nicer if they were written together in 
the proper order.  It might be possible to do this in the user-config writing 
method in config-handler.

--
components: IDLE
messages: 229848
nosy: terry.reedy
priority: normal
severity: normal
stage: needs patch
status: open
title: Idle extension configuration and key bindings
type: enhancement
versions: Python 2.7, Python 3.4, Python 3.5

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22706
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com