본문 바로가기
Java/Eclipse

eclipse 기본 세팅

by java개발자 2021. 11. 15.

eclipse.ini

-Xms256m
-Xmx2048m

 

theme 설정 (File > Import > Preferences)

http://www.eclipsecolorthemes.org/

http://www.eclipsecolorthemes.org/?view=theme&id=30

 

window > preferences

jre, server 설정

 

workspace 설정(utf-8)

startup and shutdown 해제

show heap status

show print margin 해제

java folding 해제

Auto Activation 해제

validation 해제

spelling 해제

 

Project > Properties

Builders 확인

 

기타

자동정렬시 maximun line width

*.epf 파일로 theme 설정하면, 일부 컬러가 겹친다. 추가 작업 필요.

dark theme 에서 svn diff line color 변경

debug 할때, 현재 라인 하이라이트 컬러

'Java > Eclipse' 카테고리의 다른 글

maven build bug  (0) 2018.05.06
eclipse 기본 세팅  (0) 2016.12.18
정규식을 이용한 이클립스 File Search  (0) 2016.04.08
이클립스 단축키 만들기  (0) 2016.04.08
이클립스 플러그인 작성1  (0) 2016.04.08