[issue21588] Idle: make editor title bar user configurable

2019-03-20 Thread Terry J. Reedy
Change by Terry J. Reedy : -- components: +IDLE versions: +Python 3.7, Python 3.8 -Python 2.7, Python 3.4, Python 3.5 ___ Python tracker ___

[issue21588] Idle: make editor title bar user configurable

2015-09-18 Thread Mark Roseman
Changes by Mark Roseman : -- nosy: +markroseman ___ Python tracker ___ ___

[issue21588] Idle: make editor title bar user configurable

2014-07-14 Thread Terry J. Reedy
Terry J. Reedy added the comment: I decided that it would be better to try to quickly solve Raymond's issue with editor windows in a simpler fashion and not rush this. Once we add a new configuration option, the cross-version nature of user config files means we are more or less stuck with

[issue21588] Idle: make editor title bar user configurable

2014-06-04 Thread Saimadhav Heblikar
Saimadhav Heblikar added the comment: Attaching a patch to make title bar user configurable. In this patch The title bar is configurable for PyShellEditorWindow(EditorWindow), PyShell and OutputWindow. The user may add the following parameters - py_major_version (3)

[issue21588] Idle: make editor title bar user configurable

2014-05-26 Thread Terry J. Reedy
New submission from Terry J. Reedy: #17390 changes the title bars for (so far), shell and editor windows. While the editor window change helps me (for reasons given on the issue) and got no objection, before being pushed, from people nosy on the issue, others have found it objectionable in

[issue21588] Idle: make editor title bar user configurable

2014-05-26 Thread Terry J. Reedy
Terry J. Reedy added the comment: Another possibility is to separate the calculation of the title from setting it. This would make it much easier to unittest the calculation of the title. -- ___ Python tracker rep...@bugs.python.org