文書の過去の版を表示しています。
useful hot key
Here is some useful hot keys for Netbeans. But I prefer eclipse to netbeans personally.
| Netbeans | Eclipse | |
|---|---|---|
| Run to cursor | F4 | |
| Starts debugger | F5 | |
| Lanches the midlet without debugging | F6 | |
| Step in | F7 | F5 |
| Step over | F8 | F6 |
| Compiles the code | F9 | |
| Builds main project | f11 | |
| Cleans and rebuilds the main project | Shift+F11 | |
| Step out | Ctrl+F7 | |
| Ends debug session | Shift+F5 | |
| Continues debug session when paused | Ctrl+F5 | |
| New watch | Ctrl+Shift+F7 | |
| Organize imports | Alt+Shift+F | Ctrl+Shift+O |
| Format | Ctrl+Shift+F | Ctrl+Shift+F |
| Add Comments | Ctrl+Shift+T | Ctrl+/ |
| Delete Comments | Ctrl+Shift+D | Ctrl+/ |
| Code Assistant | Ctrl+Space | Ctrl+Space |
| Search in project | Ctrl+Shift+P | Ctrl+H |
| Run Test | Alt+F6 |
コメント