Feature Requests item #1207589, was opened at 2005-05-24 03:31
Message generated for change (Comment added) made by kbk
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=355470&aid=1207589&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: IDLE
Group: None
Status: Open
>Resolution: Accepted
Priority: 5
Submitted By: Mike Foord (mjfoord)
>Assigned to: Nobody/Anonymous (nobody)
Summary: Right Click Context Menu

Initial Comment:
It would be useful if the right click context menu had the 
usual 'cut/paste/copy' options - as in most other IDEs. 

I regularly lose my selection because IDLE doesn't 
behave the same way as most other editors in this 
regard.

----------------------------------------------------------------------

>Comment By: Kurt B. Kaiser (kbk)
Date: 2005-05-26 10:38

Message:
Logged In: YES 
user_id=149084

This came up on idle-dev, as I remember.

Seems like a reasonable suggestion to me.

Maybe OP could write a patch? All the pertinent code
should be in EditorWindow.py.

----------------------------------------------------------------------

Comment By: Mike Foord (mjfoord)
Date: 2005-05-26 02:46

Message:
Logged In: YES 
user_id=1123892

It's a standard way of doing things (and so an ingrained habit 
for at least windoze users) - and also if you're using the 
mouse to make a selection and then change focus to another 
window to paste into it; it's easier to be able to do the whole 
operation with the mouse than change to the keyboard and 
back again.

----------------------------------------------------------------------

Comment By: Raymond Hettinger (rhettinger)
Date: 2005-05-26 02:06

Message:
Logged In: YES 
user_id=80475

+0

Control-X, Control-C, and Control-V work fine for me.  

Still, the OP's suggestion is a standard way of doing things.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=355470&aid=1207589&group_id=5470
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to