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 Saimadhav.Heblikar
Recipients Saimadhav.Heblikar, terry.reedy
Date 2014-12-15.10:08:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418638121.42.0.202858339735.issue22706@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2014-12-15 10:08:41Saimadhav.Heblikarsetrecipients: + Saimadhav.Heblikar, terry.reedy
2014-12-15 10:08:41Saimadhav.Heblikarsetmessageid: <1418638121.42.0.202858339735.issue22706@psf.upfronthosting.co.za>
2014-12-15 10:08:41Saimadhav.Heblikarlinkissue22706 messages
2014-12-15 10:08:41Saimadhav.Heblikarcreate