Download A4 - Wingware Python IDE

Transcript
Key Binding Reference
Alt-D: forward-delete-word - Action varies according to focus: Active Editor
Commands: Delete one word in front of the cursor ; Toolbar Search Commands:
Delete word in front of the cursor
Alt-Delete: backward-delete-word - Action varies according to focus: Active
Editor Commands: Delete one word behind of the cursor ; Toolbar Search
Commands: Delete word behind the cursor
Alt-Down: fold-expand-more-current - Expand the current fold point one more
level
Alt-End: fold-expand-all - Expand all fold points in the current file
Alt-F: forward-word - Action varies according to focus: Active Editor Commands:
Move cursor forward one word. Optionally, provide a string that contains the
delimiters to define which characters are part of a word. Gravity may be "start" or
"end" to indicate whether cursor is placed at start or end of the word.; Toolbar
Search Commands: Move forward one word
Alt-F11: prev-points-of-use-match - Display the previous match in the active
points of use tool
Alt-F12: next-points-of-use-match - Display the next match in the active points of
use tool
Alt-F3: search - Bring up the search manager in search mode.
Alt-F4: close-window - Close the current window and all documents and panels in
it
Alt-F5: run-to-cursor - Run to current cursor position
Alt-F6: run-failed-tests - Re-run all the previously failed tests. The tests are
debugged when debug is True.
Alt-F7: run-last-tests - Run again the last group of tests that were run. The tests
are debugged when debug is True.
Alt-G: goto-line - Position cursor at start of given line number
Alt-Home: fold-collapse-all - Collapse all fold points in the current file
Alt-L: goto-line - Position cursor at start of given line number
Alt-Left: visit-history-previous - Move back in history to previous visited editor
position
Alt-Page_Down: fold-expand-all-current - Expand the current fold point
completely
Alt-Page_Up: fold-collapse-all-current - Collapse the current fold point
completely
303