This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kjohnson
Recipients Todd.Rovito, bagratte, edmond.burnett, eric.araujo, ezio.melotti, kjohnson, python-dev, roger.serwy, terry.reedy
Date 2013-04-13.16:34:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365870860.67.0.986125564046.issue17390@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-04-13 16:34:20kjohnsonsetrecipients: + kjohnson, terry.reedy, ezio.melotti, roger.serwy, eric.araujo, Todd.Rovito, python-dev, bagratte, edmond.burnett
2013-04-13 16:34:20kjohnsonsetmessageid: <1365870860.67.0.986125564046.issue17390@psf.upfronthosting.co.za>
2013-04-13 16:34:20kjohnsonlinkissue17390 messages
2013-04-13 16:34:20kjohnsoncreate