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 terry.reedy
Recipients THRlWiTi, terry.reedy
Date 2014-06-02.02:08:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401674883.9.0.933694208269.issue21612@psf.upfronthosting.co.za>
In-reply-to
Content
Notepad++, for instance (which I use), has one version installed, multiple panes, and only allows one instance to run. It matches Idle in only allowing a file to be opened in one process, which happens to be the only process.

Idle, by contrast, can have multiple versions (and I do), multiple instances of one version, and, at the moment, one file per window. I sometimes open a file with multiple versions to test. Yes, I have to be careful if I want to make a change. One person did not like the title bar change because it is bad for how he uses Idle, which is to open one file per process on Win7 in order to have a separate task bar icon for each, just like on XP. If one is doing something that might crash Idle (once all too common, now mostly fixed), a separate process makes sense.
History
Date User Action Args
2014-06-02 02:08:03terry.reedysetrecipients: + terry.reedy, THRlWiTi
2014-06-02 02:08:03terry.reedysetmessageid: <1401674883.9.0.933694208269.issue21612@psf.upfronthosting.co.za>
2014-06-02 02:08:03terry.reedylinkissue21612 messages
2014-06-02 02:08:03terry.reedycreate