Please note: This wiki is currently running in test mode after an attack on January 5 2013. All passwords were reset, so you will have to use the password recovery function to get a new password. To edit wiki pages, please log in first. See the wiki attack description page for more details. If you find problems, please report them to the pydotorg-www mailing list.

Your search query "linkto:"IDEKeyboardShortcuts"" didn't return any results. Please change some terms and refer to HelpOnSearching for more information.
(!) Consider performing a full-text search with your search terms.

Clear message

Editors have a long standing problem with keyboard shortcuts - everyone invents their own, creating a problem for users trying to switch from one editor to another. Here we can try to find out which shortcuts are used by different Python IDEs/editors/tools for various roles. Feel free to add your tables and extend existing ones.

Debugging

http://stackoverflow.com/questions/6278807/why-every-ide-has-different-keyboard-shortcuts-for-debugging

Eclipse

Step Into

F5

Step Over

F6

Step Return

F7

Resume

F8

Terminate

Ctrl-F2


CategoryEditors