Table of Contents
Keyboard-shortcut
Eclipse
| Keys | when | Action |
|---|---|---|
| Ctrl + Shift + F | file or selection | format code with eclipse formatter |
| Ctrl + Shift + G | on method name | find all calls of this method |
| Ctrl + Shift + X | on selection | uppercase |
| Ctrl + Shift + Y | on selection | lowercase |
| Alt + Shift + R | on a var or method | rename by refactoring |
| Alt + K | on a var or method | follow next usage of var |
| Alt + Shift + K | on a var or method | follow previous usage of var |
| Ctrl + 1 | on an error | show resolution proposal (quick fix) |
Screen
| Keys | when | Action |
|---|---|---|
| Ctrl + A - Alt | | change console name |
hive/system/keyboard-shortcut.txt · Last modified: 08/10/2009 10:41 by n0rad -
