[issue17390] display python version on idle title bar

Kent Johnson report at bugs.python.org
Sat Apr 13 18:34:20 CEST 2013


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 <report at bugs.python.org>
<http://bugs.python.org/issue17390>
_______________________________________


More information about the Python-bugs-list mailing list