[issue1178] IDLE - add "paste code" functionality

2020-06-13 Thread Terry J. Reedy
Terry J. Reedy added the comment: I would like to add 'Save code' to the Shell menu, but this would still be needed. A strip_noncode function could be shared. -- assignee: -> terry.reedy nosy: -THRlWiTi, gpolo, ronaldoussoren versions: +Python 3.10 -Python 3.2

[issue1178] IDLE - add paste code functionality

2014-12-01 Thread irdb
Changes by irdb dalba.w...@gmail.com: -- nosy: +irdb ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1178 ___ ___ Python-bugs-list mailing list

[issue1178] IDLE - add paste code functionality

2014-12-01 Thread Ned Deily
Changes by Ned Deily n...@acm.org: -- nosy: -ned.deily ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1178 ___ ___ Python-bugs-list mailing list

[issue1178] IDLE - add paste code functionality

2014-01-31 Thread Terry J. Reedy
Terry J. Reedy added the comment: By already implemented, I presume Mark was referring to the PastePyShell.py extension that is part of the IdleX package http://idlex.sourceforge.net/. I plan to take a look. -- ___ Python tracker

[issue1178] IDLE - add paste code functionality

2010-11-26 Thread Terry J. Reedy
Terry J. Reedy tjre...@udel.edu added the comment: I would really like something like this -- for 3.2b1 next week. I am constantly running posted interactive code and the lack of this is a major nuisance. There seems to be a glitch in how the editor deals with ' ' when trying to delete it.

[issue1178] IDLE - add paste code functionality

2010-11-26 Thread Terry J. Reedy
Terry J. Reedy tjre...@udel.edu added the comment: An alternative approach would be to leave pasting alone but add a 'Convert interactive code' option to the format menu, with keycode alt-v (not currently used as far as I can see). -- ___ Python

[issue1178] IDLE - add paste code functionality

2010-11-21 Thread Ned Deily
Ned Deily n...@acm.org added the comment: (Reopening as the previous message appears to be incorrect.) -- assignee: nobody - nosy: +ned.deily -BreamoreBoy resolution: fixed - stage: - patch review status: closed - open versions: +Python 3.2 -Python 2.7, Python 3.1

[issue1178] IDLE - add paste code functionality

2010-09-16 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: This has already been implemented. -- nosy: +BreamoreBoy resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1178

[issue1178] IDLE - add paste code functionality

2009-04-26 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +gpolo versions: +Python 2.7, Python 3.1 -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1178 ___

[issue1178] IDLE - add paste code functionality

2007-09-20 Thread Sean Reifschneider
Changes by Sean Reifschneider: __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1178 __ ___ Python-bugs-list mailing list Unsubscribe:

[issue1178] IDLE - add paste code functionality

2007-09-18 Thread Tal Einat
New submission from Tal Einat: Patch adding a 'Paste Code' item to the 'Edit' menu, as well as hotkeys. Using 'Paste Code' instead of the normal paste will remove prompts (' ' or '... ') from the code, and also remove empty lines if pasting to a shell window. This allows easily copy/pasting

[issue1178] IDLE - add paste code functionality

2007-09-18 Thread Sean Reifschneider
Changes by Sean Reifschneider: -- assignee: ronaldoussoren - nobody nosy: +nobody __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1178 __ ___ Python-bugs-list mailing

[issue1178] IDLE - add paste code functionality

2007-09-18 Thread Sean Reifschneider
Changes by Sean Reifschneider: -- assignee: - ronaldoussoren keywords: +patch nosy: +ronaldoussoren priority: - low type: behavior - rfe __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1178 __