Kent Johnson added the comment:

issue17390_editor_title.patch is not correct, it changes the title on any 
window that inherits from EditorWindow, including the shell window. Here is a 
new patch that changes short_title() instead of saved_change_hook(), so it can 
be overridden by derived classes. This is the same method used to change the 
title of the shell window.

Derived classes of EditorWindow are PyShellEditorWindow and OutputWindow. 
OutputWindow overrides short_title() and IIUC PyShellEditorWindow should use 
the same title as a normal editor window.

----------
nosy: +kjohnson
Added file: http://bugs.python.org/file29804/issue17390_editor_title_rev2.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17390>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to