diff options
author | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-11-01 20:44:45 (GMT) |
---|---|---|
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-11-01 20:44:45 (GMT) |
commit | d98ee9781b6d1a2fc890253814cdcb05588321d7 (patch) | |
tree | a187e0aa8c8549671e3f668aca120fca367902f8 /Lib/idlelib/help.txt | |
parent | e0614327ffbae71ba71202015f23047b0c523c72 (diff) | |
parent | e2af5098295c97aae8802d8dc7c332bd75e6ab89 (diff) | |
download | cpython-d98ee9781b6d1a2fc890253814cdcb05588321d7.zip cpython-d98ee9781b6d1a2fc890253814cdcb05588321d7.tar.gz cpython-d98ee9781b6d1a2fc890253814cdcb05588321d7.tar.bz2 |
Merge issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu
Patch by Todd Rovito.
Diffstat (limited to 'Lib/idlelib/help.txt')
-rw-r--r-- | Lib/idlelib/help.txt | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/Lib/idlelib/help.txt b/Lib/idlelib/help.txt index ba2daf1..ef90a3a 100644 --- a/Lib/idlelib/help.txt +++ b/Lib/idlelib/help.txt @@ -120,14 +120,23 @@ Help Menu: --- (Additional Help Sources may be added here) -Edit context menu (Right-click / Control-click in Edit window): +Edit context menu (Right-click / Control-click on OS X in Edit window): + Cut -- Copy a selection into system-wide clipboard, + then delete the selection + Copy -- Copy selection into system-wide clipboard + Paste -- Insert system-wide clipboard into window Set Breakpoint -- Sets a breakpoint (when debugger open) Clear Breakpoint -- Clears the breakpoint on that line -Shell context menu (Right-click / Control-click in Shell window): +Shell context menu (Right-click / Control-click on OS X in Shell window): - Go to file/line -- Same as in Debug menu + Cut -- Copy a selection into system-wide clipboard, + then delete the selection + Copy -- Copy selection into system-wide clipboard + Paste -- Insert system-wide clipboard into window + --- + Go to file/line -- Same as in Debug menu ** TIPS ** |