mirror of
https://github.com/python/cpython.git
synced 2025-08-30 05:35:08 +00:00
#17798: Allow IDLE to edit new files when specified on command line.
This commit is contained in:
parent
fd417cc54b
commit
5b1ab24751
2 changed files with 4 additions and 0 deletions
|
@ -321,6 +321,8 @@ class EditorWindow(object):
|
|||
per.insertfilter(color)
|
||||
else:
|
||||
io.set_filename(filename)
|
||||
self.good_load = True
|
||||
|
||||
self.ResetColorizer()
|
||||
self.saved_change_hook()
|
||||
self.update_recent_files_list()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue