[issue5594] IDLE startup configuration

2018-02-04 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +patch pull_requests: +5366 stage: test needed -> patch review ___ Python tracker ___ ___ Pyth

[issue5594] IDLE startup configuration

2018-02-04 Thread Cheryl Sabella
Cheryl Sabella added the comment: I created a pull request for this ticket. I did not include any of the other issues/tickets for using the command line information on restart or any of the issues with running certain code. I also added template code to be used in a new editor window. It ma

[issue5594] IDLE startup configuration

2018-02-04 Thread Cheryl Sabella
Change by Cheryl Sabella : -- dependencies: +IDLE: Add docstrings and tests for editor.py reload functions ___ Python tracker ___ ___

[issue5594] IDLE startup configuration

2018-02-04 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +patch, patch pull_requests: +5366, 5367 stage: test needed -> patch review ___ Python tracker ___ ___

[issue5594] IDLE startup configuration

2017-06-29 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- assignee: -> terry.reedy versions: +Python 3.7 -Python 2.7, Python 3.4, Python 3.5 ___ Python tracker ___ _

[issue5594] IDLE startup configuration

2015-09-18 Thread Mark Roseman
Changes by Mark Roseman : -- nosy: +markroseman ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyt

[issue5594] IDLE startup configuration

2015-07-29 Thread Terry J. Reedy
Terry J. Reedy added the comment: This issue should include any startup configuration, such as making '-s' automatic (see #5233). There is no way to pass that when clicking an icon or selecting 'Open with Idle' on a context menu. At present, the General tab has just 'Open edit window' *or* 'O

[issue5594] IDLE startup configuration

2014-06-09 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- assignee: kbk -> versions: +Python 2.7, Python 3.4, Python 3.5 -Python 3.3 ___ Python tracker ___ ___ P

[issue5594] IDLE startup configuration

2012-03-26 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue5594] IDLE startup configuration

2011-03-08 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- nosy: +terry.reedy versions: +Python 3.3 -Python 2.7, Python 3.1 ___ Python tracker ___ ___ Python-bugs-

[issue5594] IDLE startup configuration

2010-03-16 Thread Cherniavsky Beni
Cherniavsky Beni added the comment: (Another point I forgot to mention is that you must also run idle with the -s command-line option to look at these envvars. This was silly and is also fixed by the #5233 patch.) -- ___ Python tracker

[issue5594] IDLE startup configuration

2010-03-16 Thread Cherniavsky Beni
Cherniavsky Beni added the comment: Editing a block of code from inside the config dialog (and storing it in the config file?) seems a bad idea because you lose all the power of the normal IDLE editor. Instead, you should edit the startup code in the editor, save it to a file and point the I

[issue5594] IDLE startup configuration

2009-04-26 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +gpolo priority: -> normal stage: -> test needed ___ Python tracker ___ ___ Python-bugs-list maili

[issue5594] IDLE startup configuration

2009-04-03 Thread Kurt B. Kaiser
Changes by Kurt B. Kaiser : -- assignee: -> kbk nosy: +kbk ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue5594] IDLE startup configuration

2009-03-29 Thread Mark Summerfield
New submission from Mark Summerfield : My suggestion is to add somewhere in the configuration dialog when users can enter a block of Python code to be executed at startup and whenever Restart Shell is executed. Use case: for people who use IDLE for calculations/experiments they might like to alw