mem 8G - eclipse.ini -Xms768m -Xmx768m eclipse Project - Build Automatically 해제 Window - Preferences - General - Show heap status 체크 Window - Preferences - General - Appearance - Use mixed fonts and colors for labels 해제 Window - Preferences - General - Compare/Patch - Ignore white space 체크 Window - Preferences - General - Editors - Text Editors - Spelling - Enable spell checking 해제 Window - Pref..

아래 설치경로로 이동하여 해당 파일 오른쪽마우스를 선택하여 바로가기 만들기 ※ 크롬기반 웨일(whale)도 동일하게 적용합니다. 크롬 기본 설치경로 C:\Program Files (x86)\Google\Chrome\Application\chrome.exe 웨일 기본 설치경로 C:\Program Files (x86)\Naver\Naver Whale\Application\whale.exe 만들어진 바로가기에서 오른쪽마우스를 선택하여 속성 대상 맨 끝에 아래 내용 추가 ※ user-data-dir 은 본인이 원하는 임의의 경로로 지정 크롬 --disable-web-security --user-data-dir="C:\chrome" 웨일 --disable-web-security --user-data-dir="C:..
이클립스 photon까진 괜찮았으나, 2018-12, 2019-03 버전에서 블록 주석(Ctrl+Shift+/) 시 코드 자동정렬 포맷이 설정되어 있습니다. public class sample { public static void main(String[] args) { String a = "aaa"; String b = "bbb"; try { } catch (Exception e) { // TODO: handle exception } } } 위 코드에서 클래스 내용을 블록 주석(Ctrl+Shift+/) 시 아래와 같이 자동정렬 되어버립니다. /* * public class sample { public static void main(String[] args) { String a = * "aaa"; Stri..