=========== = eclipse = =========== common lang - dobry framework od apache zkratky ======= ^ alt + | // presun bloku (nahoru, dolu) ctrl + shift + x // to upper case ctrl + 1 // reseni chyby ctrl + d // smazani radky ctrl + shift + r // open file ctrl + shift + t // open java file alt + shift + r // refractor, rename ?? ctrl + shift + g // reference alt + shift + j // vygeneruje javadoc alt + shift + L // export to local variable // kdyz mam nekde v kodu cast, ze ktery chci udelat promennou debugger ======== ctrl + shift + i // inspect (zjisti pri debuggingu hodnoty vsech promenych) // ale nutno pred tim oznacit F8 // resume ctrl + r // hodi jako breakpoint (debug to line), skoci na radku, kde mam kurzor