classification
Title: Command-line arguments when running in IDLE
Type: behavior Stage: patch review
Components: IDLE Versions: Python 3.2, Python 3.1, Python 2.7
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: BreamoreBoy, gagenellina, gpolo, mrabarnett, taleinat, terry.reedy
Priority: normal Keywords: patch

Created on 2009-04-03 22:42 by mrabarnett, last changed 2010-07-28 20:24 by BreamoreBoy.

Files
File name Uploaded Description Edit Remove
idle-args.diff mrabarnett, 2009-04-03 22:42
issue5680-patch2.diff gagenellina, 2010-02-05 03:57 issue5680-patch2
Messages (3)
msg85341 - (view) Author: Matthew Barnett (mrabarnett) Date: 2009-04-03 22:42
Patch idle-args.diff adds a dialog for entering command-line arguments
for a script from within IDLE itself.
msg98864 - (view) Author: Gabriel Genellina (gagenellina) Date: 2010-02-05 03:57
A different patch to solve the same issue.
This one uses a standard tkSimpleDialog to prompt for the command line, and follows the directives found at the top of the source (only took 8 years to implement... not so bad :) )

XXX GvR Redesign this interface (yet again) as follows:

- Present a dialog box for ``Run Module''

- Allow specify command line arguments in the dialog box
msg111838 - (view) Author: Mark Lawrence (BreamoreBoy) Date: 2010-07-28 20:24
Putting tjr and tal on nosy list cos it's IDLE.  Apologies if I've got it wrong.
History
Date User Action Args
2010-07-28 20:24:13BreamoreBoysetnosy: + terry.reedy, taleinat, BreamoreBoy

messages: + msg111838
versions: + Python 3.2
2010-02-05 03:57:32gagenellinasetfiles: + issue5680-patch2.diff
nosy: + gagenellina
messages: + msg98864

2009-04-26 22:23:39ajaksu2setpriority: normal
nosy: + gpolo
versions: + Python 3.1

stage: patch review
2009-04-03 22:42:35mrabarnettcreate