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 taleinat
Recipients kbk, taleinat
Date 2008-02-08.12:34:27
SpamBayes Score 0.0072489046
Marked as misclassified No
Message-id <1202474070.06.0.68722243132.issue2049@psf.upfronthosting.co.za>
In-reply-to
Content
When IDLE is run with a subprocess, add a 'Restart Shell & Run Module'
item to the 'Run' menu in editor windows. Also add Alt-F5 as a hotkey
for this item.

This is what the 'Run Module' (F5) item used to do (when there was a
subprocess). As of this patch 'Run Module' will not restart the shell
under any circumstances.


The advantages of this are that the user has more control (can run a
module in the shell either with or without restarting). It also avoids
surprising users which wouldn't expect 'Run Module' to restart the shell.


Based on changes proposed by Doug on idle-dev:
http://mail.python.org/pipermail/idle-dev/2007-January/002541.html
History
Date User Action Args
2008-02-08 12:34:30taleinatsetspambayes_score: 0.0072489 -> 0.0072489046
recipients: + taleinat, kbk
2008-02-08 12:34:30taleinatsetspambayes_score: 0.0072489 -> 0.0072489
messageid: <1202474070.06.0.68722243132.issue2049@psf.upfronthosting.co.za>
2008-02-08 12:34:28taleinatlinkissue2049 messages
2008-02-08 12:34:28taleinatcreate