diff options
author | Ned Deily <nad@acm.org> | 2012-10-20 20:27:32 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2012-10-20 20:27:32 (GMT) |
commit | d2cc1bb057ed113b4205fedc4f6a7837ee0f24fd (patch) | |
tree | 548866e64ece3a5bf0a303ce27cd1c7ecb7ba223 /Lib/idlelib/help.txt | |
parent | 76e7ea5b4c92cee78e2c3027861de65718bb0338 (diff) | |
parent | 2778d0d1477f854d7443075a21369fde2032d43c (diff) | |
download | cpython-d2cc1bb057ed113b4205fedc4f6a7837ee0f24fd.zip cpython-d2cc1bb057ed113b4205fedc4f6a7837ee0f24fd.tar.gz cpython-d2cc1bb057ed113b4205fedc4f6a7837ee0f24fd.tar.bz2 |
Issue #10405: merge from 3.2
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 7bfd2ca..c179555 100644 --- a/Lib/idlelib/help.txt +++ b/Lib/idlelib/help.txt @@ -80,7 +80,7 @@ Shell Menu (only in Shell window): Debug Menu (only in Shell window): Go to File/Line -- look around the insert point for a filename - and linenumber, open the file, and show the line + and line number, open the file, and show the line Debugger (toggle) -- Run commands in the shell under the debugger Stack Viewer -- Show the stack traceback of the last exception Auto-open Stack Viewer (toggle) -- Open stack viewer on traceback @@ -92,7 +92,7 @@ Options Menu: Startup Preferences may be set, and Additional Help Sources can be specified. - On MacOS X this menu is not present, use + On OS X this menu is not present, use menu 'IDLE -> Preferences...' instead. --- Code Context -- Open a pane at the top of the edit window which @@ -120,6 +120,15 @@ Help Menu: --- (Additional Help Sources may be added here) +Edit context menu (Right-click / Control-click in Edit 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): + + Go to file/line -- Same as in Debug menu + ** TIPS ** ========== @@ -222,7 +231,7 @@ Python Shell window: Alt-p retrieves previous command matching what you have typed. Alt-n retrieves next. - (These are Control-p, Control-n on the Mac) + (These are Control-p, Control-n on OS X) Return while cursor is on a previous command retrieves that command. Expand word is also useful to reduce typing. |