Issue #3068: Add Idle extension configuration dialog to Options menu.

Original patch by Tal Einat.
This commit is contained in:
Terry Jan Reedy 2014-10-22 20:15:18 -04:00
parent c803bd84b5
commit a9421fb3a3
6 changed files with 279 additions and 21 deletions

View file

@ -77,7 +77,8 @@ menudefs = [
('!_Auto-open Stack Viewer', '<<toggle-jit-stack-viewer>>'),
]),
('options', [
('_Configure IDLE...', '<<open-config-dialog>>'),
('Configure _IDLE', '<<open-config-dialog>>'),
('Configure _Extensions', '<<open-config-extensions-dialog>>'),
None,
]),
('help', [