#17798: Allow IDLE to edit new files when specified on command line.
This commit is contained in:
parent
fd417cc54b
commit
5b1ab24751
|
@ -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…
Reference in New Issue