[issue5817] Right-click behavior from Windows Explorer

2010-07-20 Thread Michael Kopinsky
Changes by Michael Kopinsky : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://m

[issue5817] Right-click behavior from Windows Explorer

2010-07-20 Thread Tal Einat
Tal Einat added the comment: That makes sense. I think this issue can be closed. For future reference, the original feature request has a benefit beyond not having a shell window open for every editor window. Opening different files in the same instance of IDLE allows running them in the same

[issue5817] Right-click behavior from Windows Explorer

2010-07-20 Thread Michael Kopinsky
Michael Kopinsky added the comment: I haven't really done any active Python development in a while. When I reported this back in April 2009 I was presumably using whatever was current then (2.6.x, I guess), but haven't tested it since. If you tell me that in newer versions it is corrected, I

[issue5817] Right-click behavior from Windows Explorer

2010-07-20 Thread Tal Einat
Tal Einat added the comment: I'm quite sure that issue has already been addressed. Specifically r71126 made it so that running IDLE with -e always opens just an editor window. "Edit with IDLE" runs IDLE with -e. With which version of Python do you see this happening, Michael? -- ___

[issue5817] Right-click behavior from Windows Explorer

2010-07-20 Thread Michael Kopinsky
Michael Kopinsky added the comment: The thing that bugged me when I created the ticket is that since IDLE uses two windows for every instance, that means that if you open three files, you'll have six windows open. I was bugged by constantly switching to the wrong window, etc. -- ___

[issue5817] Right-click behavior from Windows Explorer

2010-07-20 Thread Tal Einat
Tal Einat added the comment: Just to get this on the table: What is the benefit of having it opened in the same instance of IDLE rather than a new instance? -- nosy: +taleinat ___ Python tracker __

[issue5817] Right-click behavior from Windows Explorer

2010-07-10 Thread Mark Lawrence
Changes by Mark Lawrence : -- assignee: -> kbk nosy: +kbk stage: -> needs patch versions: +Python 3.2 ___ Python tracker ___ ___ Pyth

[issue5817] Right-click behavior from Windows Explorer

2009-04-22 Thread Michael Kopinsky
New submission from Michael Kopinsky : When I right-click on a .py file in Windows Explorer and click Edit with IDLE, it currently opens a completely new instance of IDLE (with two windows, one for shell and one for editing the file). It would be better if it just opened the file as an additional