File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -533,6 +533,12 @@ http.cookies
533533* Allow '``" ``' double quotes in cookie values.
534534 (Contributed by Nick Burns and Senthil Kumaran in :gh: `92936 `.)
535535
536+ idle
537+ ----
538+
539+ * Add a "Reload from Disk" item to the File menu. This allows discarding
540+ unsaved changes and reloading the current version of the file from the disk.
541+ Patch by Shamil Abdulaev. (Contributed by Shamil Abdulaev in :gh: `44968 `.)
536542
537543inspect
538544-------
Original file line number Diff line number Diff line change 11Add "Reload from Disk" menu item to IDLE's File menu. This allows users to
22easily reload a file from disk, discarding any unsaved changes in the editor.
33The feature is particularly useful when working with version control systems
4- or when external tools modify files. Patch by ashm-dev .
4+ or when external tools modify files. Patch by Shamil Abdulaev .
You can’t perform that action at this time.
0 commit comments