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 Todd.Rovito
Recipients Todd.Rovito, roger.serwy, taleinat, terry.reedy
Date 2013-04-01.11:51:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364817087.43.0.386717084157.issue17609@psf.upfronthosting.co.za>
In-reply-to
Content
Based on enhancements from this issue:
http://bugs.python.org/issue6698

Comments from Tal Einat

The "editor-on-startup" config option should be removed. Running IDLE without arguments should open a shell. If IDLE is asked to open any files for editing, it should open just editor windows. IDLE should open both a shell window and one or more editor windows only when explicitly asked to do so on the command line.

If this is done, the -e option ("open an editor") would tell IDLE to open an empty editor window if no files are asked to be opened for editing. If no other arguments are given, IDLE will open just an editor window (no shell window). The -i option ("open a shell") would tell IDLE to open a shell window even if asked to open files for editing.

I think this is more obvious and easier to work with. It will also make the command line argument processing code simpler. And as a bonus we remove a config option :)

I will also post on idle-dev for discussion as Terry Reedy requested.
History
Date User Action Args
2013-04-01 11:51:27Todd.Rovitosetrecipients: + Todd.Rovito, terry.reedy, taleinat, roger.serwy
2013-04-01 11:51:27Todd.Rovitosetmessageid: <1364817087.43.0.386717084157.issue17609@psf.upfronthosting.co.za>
2013-04-01 11:51:27Todd.Rovitolinkissue17609 messages
2013-04-01 11:51:26Todd.Rovitocreate