File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333File menu
3434^^^^^^^^^
3535
36- New window
37- create a new editing window
36+ New file
37+ create a new file editing window
3838
3939Open...
4040 open an existing file
Original file line number Diff line number Diff line change 1515menudefs = [
1616 # underscore prefixes character to underscore
1717 ('file' , [
18- ('_New Window ' , '<<open-new-window>>' ),
18+ ('_New File ' , '<<open-new-window>>' ),
1919 ('_Open...' , '<<open-window-from-file>>' ),
2020 ('Open _Module...' , '<<open-module>>' ),
2121 ('Class _Browser' , '<<open-class-browser>>' ),
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ separate window containing the menu is created.
55
66File Menu:
77
8- New Window -- Create a new editing window
8+ New File -- Create a new file editing window
99 Open... -- Open an existing file
1010 Recent Files... -- Open a list of recent files
1111 Open Module... -- Open an existing module (searches sys.path)
Original file line number Diff line number Diff line change @@ -116,6 +116,9 @@ Library
116116IDLE
117117----
118118
119+ - Issue #7136: In the Idle File menu, "New Window" is renamed "New File".
120+ Patch by Tal Einat, Roget Serwy, and Todd Rovito.
121+
119122- Remove dead imports of imp.
120123
121124- Issue #18196: Avoid displaying spurious SystemExit tracebacks.
You can’t perform that action at this time.
0 commit comments