mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Issue #3068: Add Idle extension configuration dialog to Options menu.
Original patch by Tal Einat.
This commit is contained in:
parent
c803bd84b5
commit
a9421fb3a3
6 changed files with 279 additions and 21 deletions
|
|
@ -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', [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue