[issue21612] IDLE should not open multiple instances of one file

2014-06-01 Thread Terry J. Reedy
Terry J. Reedy added the comment: 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 multip

[issue21612] IDLE should not open multiple instances of one file

2014-06-01 Thread irdb
irdb added the comment: Yes, I am right-clicking the file through Windows Explorer as in some situations it seems much faster. (Opening through IDLE's file menu in a particular process works fine) If this is supposed to be so please close the issue. Although I don't understand why one would w

[issue21612] IDLE should not open multiple instances of one file

2014-06-01 Thread Terry J. Reedy
Terry J. Reedy added the comment: Your report is a bit vague. Idle is supposed to only open a file once in a particular Idle process. If you have seen otherwise (but see below first), please complete the report: OS, exact Python version (x.y.z), exactly what you did. If you right-clicked in a

[issue21612] IDLE should not open multiple instances of one file

2014-05-30 Thread irdb
Changes by irdb : -- title: IDLE should should not open multiple instances of one file -> IDLE should not open multiple instances of one file ___ Python tracker ___