====== useful hot key ====== Here is some useful hot keys for Netbeans. But I prefer eclipse to netbeans personally. :-( | ^ Netbeans ^ Eclipse ^ ^ Run to cursor | F4 | Ctrl+R | ^ Starts debugger | F5 | | ^ Lanches the midlet without debugging | F6 | | ^ Step in | F7 | F5 | ^ Step over | F8 | F6 | ^ Resume(Debug) | Ctrl+F5 | F8 | ^ 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 | Ctrl+F11 | ~~META: title=NetBeans useful hot key and overriding build-impl.xml ~~ ====== Overriding build-impl.xml ====== Netbeansは自動的にbuild.xmlを生成してくれるのだが、さらに自分好みのbuild.xmlファイルの作成も支援している。\\ 例として、struts-config.xmlを作成するAntタスクをここに紹介する。 Builds, tests, and runs the project Eric. {{keywords>hot key override build-impl.xml}} ~~DISCUSSION~~