[issue15308] IDLE - add an "Interrupt Execution" to shell menu

2017-06-22 Thread Terry J. Reedy

Changes by Terry J. Reedy :


--
resolution:  -> fixed
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15308] IDLE - add an "Interrupt Execution" to shell menu

2016-09-11 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 9148a2213631 by Terry Jan Reedy in branch '2.7':
Issue #15308: Add 'interrupt execution' (^C) to Shell menu.
https://hg.python.org/cpython/rev/9148a2213631

New changeset 74b84014bc27 by Terry Jan Reedy in branch '3.5':
Issue #15308: Add 'interrupt execution' (^C) to Shell menu.
https://hg.python.org/cpython/rev/74b84014bc27

New changeset 63f6ac38d18d by Terry Jan Reedy in branch 'default':
Merge 3.5 - Issue #15308: Add 'interrupt execution' (^C) to Shell menu.
https://hg.python.org/cpython/rev/63f6ac38d18d

--
nosy: +python-dev

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15308] IDLE - add an "Interrupt Execution" to shell menu

2016-09-11 Thread Bayard Randel

Bayard Randel added the comment:

Updated description in idle.rst with a fullstop.

--
Added file: http://bugs.python.org/file44583/issue15308_updated-2.patch

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15308] IDLE - add an "Interrupt Execution" to shell menu

2016-09-11 Thread Bayard Randel

Bayard Randel added the comment:

I've provided a patch which seems to bring this change up to date on Python 
3.6.0a4+, however I've only manually tested. Having had a look at the existing 
idle tests, it wasn't clear to me how I could also provide a test. Any 
suggestions would be appreciated. I ran a childrens' coding workshop at Kiwi 
PyCon 2016 in Dunedin, New Zealand using IDLE and one child in fact raised this 
issue and was unfamiliar with Ctrl-C.

--
nosy: +Bayard Randel
Added file: http://bugs.python.org/file44581/issue15308_updated.patch

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15308] IDLE - add an "Interrupt Execution" to shell menu

2015-09-18 Thread Mark Roseman

Changes by Mark Roseman :


--
nosy: +markroseman

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15308] IDLE - add an Interrupt Execution to shell menu

2013-06-15 Thread Terry J. Reedy

Changes by Terry J. Reedy tjre...@udel.edu:


--
versions: +Python 3.4

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue15308
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15308] IDLE - add an Interrupt Execution to shell menu

2012-07-09 Thread Roger Serwy

New submission from Roger Serwy roger.se...@gmail.com:

Add an Interrupt Execution to the Shell menu, per issue13504, annoyance #3 - 
PROBLEM: There’s no obvious way to stop a running program. (Don’t expect them 
to know Ctrl-C)

--
components: IDLE
keywords: easy
messages: 165122
nosy: serwy, terry.reedy
priority: low
severity: normal
status: open
title: IDLE - add an Interrupt Execution to shell menu
type: enhancement
versions: Python 2.7, Python 3.3

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue15308
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15308] IDLE - add an Interrupt Execution to shell menu

2012-07-09 Thread Roger Serwy

Changes by Roger Serwy roger.se...@gmail.com:


--
keywords: +patch
Added file: http://bugs.python.org/file26335/issue15308.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue15308
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15308] IDLE - add an Interrupt Execution to shell menu

2012-07-09 Thread Terry J. Reedy

Terry J. Reedy tjre...@udel.edu added the comment:

I would like to broaden this to add other missing features to the menus. I have 
no need for this, but I would like history-next/prev added (to shell, as they 
only apply there). I never learned them because at first I did not know about 
them and now it is more bother to select options/configure/keys/scroll-down to 
find the key binding than to click/return. When I get a new program, I often 
look through the menus to see what is available, so if things are hidden, how 
do I find out about them?

Does IDle or tkinter or tk automatically add the key shortcuts?

I notice that some key bindings include lower and upper case, some do not. 
(History next/prev do not.) Is there a reason to not make all cntl/alt bindings 
case insensitive, and is there an issue for this?

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue15308
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15308] IDLE - add an Interrupt Execution to shell menu

2012-07-09 Thread Terry J. Reedy

Terry J. Reedy tjre...@udel.edu added the comment:

I was thinking about #12387 about caps lock and shortcuts.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue15308
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15308] IDLE - add an Interrupt Execution to shell menu

2012-07-09 Thread Roger Serwy

Roger Serwy roger.se...@gmail.com added the comment:

I'm ok with broadening the scope of this issue to include other items. 
If we decide to deprecate running IDLE without a subprocess 
(http://mail.python.org/pipermail/idle-dev/2012-June/003124.html), then 
the history-next/prev would fit nicely under the Shell menu.
 Does IDle or tkinter or tk automatically add the key shortcuts?
IDLE adds the key shortcuts. It's broken for extensions if those 
shortcuts are changed. See Issue6092.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue15308
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15308] IDLE - add an Interrupt Execution to shell menu

2012-07-09 Thread Roger Serwy

Roger Serwy roger.se...@gmail.com added the comment:

The help.txt file needs to be modified as well. See interrupt_execution.patch.

--
Added file: http://bugs.python.org/file26339/interrupt_execution.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue15308
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com