*** 이클립스 자동 줄 바꿈 ***

메뉴 -> help -> software update -> Find and install

-> search for new features to install -> new Remote site

-> name: AutoLine, url:http://ahtik.com/eclipse-update -> finish

-> AutoLine만 다시 나오면 edit 선택

열린 창에서 오른쪽 마우스 누르고 Virtual Word Wrap을 누르면 설정끝~~~~


*** 여러 줄 주석 처리 및 해제 ***

// --> 주석처리할 블럭 잡은 후 ctrl + /

/**/ --> 주석처리할 블럭 잡은 후 ctrl + shift + /

해제시는 ctrl + shift + \


*** 이클립스 구문강조 설정 ***

메뉴 -> preferences -> java -> Editor -> Syntax Coloring

-> Element에서 java선택 후 컬러 변경

+ Recent posts