Ignore:
Timestamp:
Mar 19, 2014, 11:31:01 PM (11 years ago)
Author:
dmik
Message:

python: Merge vendor 2.7.6 to trunk.

Location:
python/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/trunk

  • python/trunk/Lib/idlelib/help.txt

    r2 r391  
    66File Menu:
    77
    8         New Window       -- Create a new editing window
     8        New File         -- Create a new editing window
    99        Open...          -- Open an existing file
    1010        Recent Files...  -- Open a list of recent files
     
    8181
    8282        Go to File/Line   -- look around the insert point for a filename
    83                              and linenumber, open the file, and show the line
     83                             and line number, open the file, and show the line
    8484        Debugger (toggle) -- Run commands in the shell under the debugger
    8585        Stack Viewer      -- Show the stack traceback of the last exception
     
    9393                          Sources can be specified.
    9494                         
    95                           On MacOS X this menu is not present, use
     95                          On OS X this menu is not present, use
    9696                          menu 'IDLE -> Preferences...' instead.
    9797        ---
     
    120120        ---
    121121        (Additional Help Sources may be added here)
     122
     123Edit context menu (Right-click / Control-click on OS X in Edit window):
     124
     125        Cut              -- Copy a selection into system-wide clipboard,
     126                            then delete the selection
     127        Copy             -- Copy selection into system-wide clipboard
     128        Paste            -- Insert system-wide clipboard into window
     129        Set Breakpoint   -- Sets a breakpoint (when debugger open)
     130        Clear Breakpoint -- Clears the breakpoint on that line
     131
     132Shell context menu (Right-click / Control-click on OS X in Shell window):
     133
     134        Cut              -- Copy a selection into system-wide clipboard,
     135                            then delete the selection
     136        Copy             -- Copy selection into system-wide clipboard
     137        Paste            -- Insert system-wide clipboard into window
     138        ---
     139        Go to file/line  -- Same as in Debug menu
    122140
    123141
     
    216234
    217235        Control-c interrupts executing command.
    218         Control-d sends end-of-file; closes window if typed at >>> prompt
    219                 (this is Control-z on Windows).
     236        Control-d sends end-of-file; closes window if typed at >>> prompt.
    220237
    221238    Command history:
     
    223240        Alt-p retrieves previous command matching what you have typed.
    224241        Alt-n retrieves next.
    225               (These are Control-p, Control-n on the Mac)
     242              (These are Control-p, Control-n on OS X)
    226243        Return while cursor is on a previous command retrieves that command.
    227244        Expand word is also useful to reduce typing.
Note: See TracChangeset for help on using the changeset viewer.