Changeset 391 for python/trunk/Lib/idlelib/help.txt
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Lib/idlelib/help.txt
r2 r391 6 6 File Menu: 7 7 8 New Window-- Create a new editing window8 New File -- Create a new editing window 9 9 Open... -- Open an existing file 10 10 Recent Files... -- Open a list of recent files … … 81 81 82 82 Go to File/Line -- look around the insert point for a filename 83 and line number, open the file, and show the line83 and line number, open the file, and show the line 84 84 Debugger (toggle) -- Run commands in the shell under the debugger 85 85 Stack Viewer -- Show the stack traceback of the last exception … … 93 93 Sources can be specified. 94 94 95 On MacOS X this menu is not present, use95 On OS X this menu is not present, use 96 96 menu 'IDLE -> Preferences...' instead. 97 97 --- … … 120 120 --- 121 121 (Additional Help Sources may be added here) 122 123 Edit 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 132 Shell 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 122 140 123 141 … … 216 234 217 235 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. 220 237 221 238 Command history: … … 223 240 Alt-p retrieves previous command matching what you have typed. 224 241 Alt-n retrieves next. 225 (These are Control-p, Control-n on the Mac)242 (These are Control-p, Control-n on OS X) 226 243 Return while cursor is on a previous command retrieves that command. 227 244 Expand word is also useful to reduce typing.
Note:
See TracChangeset
for help on using the changeset viewer.