이클립스(4)
-
지금 이클립스는 UTF-8 시대
이클립스 기본설정을 UTF-8 로 하는법 이클립스 모든 신규 프로젝트 출처: https://gangzzang.tistory.com/entry/이클립스-개발환경-UTF8-인코딩-설정 한 프로젝트만 출처: https://gangzzang.tistory.com/entry/이클립스Eclipse-한-프로젝트만-UTF8-설정?category=526617
2019.06.27 -
eclipse coding style
팀원님들이 이클립스로 개발을 시작한다면 다함께 이하와 같이 설정을 하고 시작하자, 제발요 * 체크 외에 나머진 체크해제■ Windows -> Prefrences > Java > Editor > Save Actions √ Perform the selected actions on save √ Organize imports √ Additional actions ■ Configure 클릭 ▶ Code Organizing 탭 √ Remove trailing whitespace √ Correct identation ▶ Code Style 탭 √ Use blocks in if/while/for/do statements (단일 if 문에 강제 block 생성) √ Use modifier 'final' where pos..
2018.10.01 -
eclipse의 javascript error 무시하기 옵션 설정
자바스크립트 에러 표시 무시하기 1. Project 에서 right click -> properties2. left menu의 JavaScript -> Include Path3. Include Path Popup창 상단의 두번째 탭 Source -> Excluded : ... 클릭 후 Edit4. Inclusion and Exclusion Patterns Popup창의 하단 Exclusion patterns: 필드의 Add... 클릭5. Add Exclusion Pattern Popup 에서 Browse...
2016.11.09 -
ECLIPSE HELIOS 이상버전에서 에디터 THEME
에디터를 이렇게 만들기 http://www.eclipsecolorthemes.org/?view=plugin 플러그인 인스톨 사이트 등록 http://eclipse-color-theme.github.com/update Usage After the installation, go to Window→Preferences→General→Appereance→Color Theme to change the color theme.
2011.12.14