- 2013/08/09 - [Util/Eclipse] - 이클립스 INI 환경설정
- 2014/11/03 - [Util/Eclipse] - eclipse word-wrap
- 2010/11/03 - [Util/Eclipse] - eclipse "java heap space"
- 2006/10/10 - [Util/Eclipse] - Eclipse 플러그인 사이트
- Eclipse 성능개선 최적화
- 이클립스 최적화 및 튜닝
- Eclipse Config 설정 및 성능 최적화
-showlocation ; workspace 경로를 타이틀바에 출력 -Xverify:none ; 유효성검사 생략 -XX:+UseParallelGC ; 병렬처리 -XX:+AggressiveOpts ; 컴파일러 소수점 최적화 기능 활성화 -XX:-UseConcMarkSweepGC ; 이클립스 GUI응답을 빠르게(체감상) -XX:PermSize=64m -XX:MaxPermSize=512m -XX:MaxNewSize=512m -XX:NewSize=128m -Dosgi.requiredJavaVersion=1.8 ; 본인이 사용하는 자바 버전 -Xms1024m -Xmx1024m
Workspcace 설정 정보 공유
file / Export 후 다른 이클립스에서 import
Workspace 설정
- Classic 테마
- Preperences/General/Appearrance : Classic 테마 선택
Enable animations 해제 - 메모리 사용상태 GC실행버튼 보기
- Preferences/General : Show Heap status
- 라인넘보 보기
- Preferences/General/Editors/TextEditors : Show line numbers 코딩폰트 설정 : Preferences/General/Appearance/Colors and Fonts : Basic Text Fond
- 배경을 회색으로 변경
- Preferences/General/Editors/Text Editors : Appearance color options : Background color 변경
GreyAgain - 저장공백 없애기
- Preferences : save actions 검색 : Perform the selected action on save 선택 : Additional action 선택 : Configure… 선택
- Code Organizing 탭에서 : Remove trailing whitespace 기능 활성화
- SVN/Git 테코레이션 제거
- Preferances/General/Appearance/Label Decoration ( 이 기능을 해제하면 버전관리 버전을 좌측메뉴에서 확인 할 수 없다)
- 폴딩 해제
- Preferences/Java/Editor/Folding : Enable folding
- 코드완성 자동기능 해제(Ctrl+Space로 가능)
- Preferences/Java/Editor/Content Assist/Auto Activation : Enable auto activation
- Spelling 해제
- Preferences/General/Editors/Text Editors/Spelling : Enable spell checking
- Validation(유효성확인) 해제
- Preferences/Validation : Validator 설정
- 미작업 프로젝트 닫기
- 프로젝트 메뉴(R Click)/Close Project
- 불 필요 플러그인 삭제
- Preferences/Install/Update : Uninstall or Update(Click) / Installed Software(탭) : 플러그인 선택 후 Uninstall
- 이클립스 실행속도 개선
- Preperences/General/Startup and Shutdown : Plug-ins activated on startup 설정해제
- 자동 업데이트 해제
- Preperence/Install/Update/Automatic Updates : Automatically find new updates and notify me 해제
Plugins
반응형
'ide > eclipse' 카테고리의 다른 글
Eclipse Theme (0) | 2016.02.24 |
---|---|
이클립스 속도 올리기 (0) | 2015.11.26 |
우분투에서 이클립스 Ctrl+Alt+Arrow 적용문제 (0) | 2015.10.09 |
자바8, 이클립스 그리고 RSE SFTP 에러 (0) | 2015.06.22 |
window eclipse에서 Proxy 설정을 조정할 수 없을 경우 (0) | 2015.04.06 |