본문 바로가기

프로그래밍/ETC...

[Eclipse] 이클립스 설정

* 울트라에디트처럼 세로블럭(Toggle Block Selection) 단축키(alt+Shift+a) 변경
- 설정
Window>Preferences>General>Editors>Keys | Toggle Block Selection 에 할당된 단축키를 "alt + c" 로 변경(단, alt+c에 할당된 커맨드는 제거)

* Workspace 인코딩 변경
- 설정
Window>Preferences>General>Workspace | Text file encoding>UTF-8 선택

* 이클립스 시작이미지 변경
- 이미지 교체
eclipse\plugins\org.eclipse.platform_4.3.1.v20130911-1000\splash.bmp

* 폰트변경
- 설정
Window>Preferences>General>Appearance>Coloes and Fonts | Basic>Text Font 를 Courier New 글꼴로 선택

* 이클립스 힙상태 표시
- 설정
Window>Preferences>General | Show heap status 체크

* Undo 히스토리
- 설정
Window>Preferences>General>Editors>Text Editors | Undo history size : 2000 입력

* 소스 라인 번호 표시
- 설정
Window>Preferences>General>Editors>Text Editors | Show line numbers 체크

* 스펠링 검사 해제
- 설정
Window>Preferences>General>Editors>Text Editors>Spelling | Enable spell checking 해제

* *.properties 파일 설정
- 설정
Window>Preferences>General>Editors>File Associations | *.properties 의 에디터를 PropertiesEditor 로 디폴트 선택
Convert Option : Unicode conversion of the comment is not carried out at the time of preservation 체크를 해야 주석의 한글이 유니코드로 바뀌지 않음

* PropertiesEditor 설정
- 설정
Window>Preferences>PropertiesEditor | Unicode conversion is not carried out at the time of preservation 체크

* JSP 등등의 문법 유효검사 해제를 통한 성능
- 설정
Window>Preferences>Validation | XML Schema Validator, XML Validator 만 체크

* 이클립스 초기 구동 시간 단축
- 설정
Window>Preferences>General>Startup and Shutdown | Plug-ins activated on startup 리스트에서 필요없는 플러그인들은 해제

* SVN 업데이트/커밋 내역 자동으로 보기
- 설정
Window>Preferences>Team>SVN>Console | Show console automatically 에서 On output 체크

* SVN 정보 포맷 설정
- 설정
Window>Preferences>Team>SVN>Label Decorations | Text Decorations 탭에서 Format 설정
File : {outgoing_flag}  {revision} {author} {date}
Outgoing flag : ▶
Window>Preferences>Team>SVN>Label Decorations | Icons Decorations 탭에서
Outgoing changes 와 Need lock resources 를 추가로 체크

* 자동으로 ; 삽입
- 설정
Window>Preferences>Java>Editor>Typing | Automatically insert at correct position 에서 Semicolons 체크

* 이클립스 코드 라인길이 수정 (optional) : 포맷팅할 때 라인 변경되는 것 방지 위함
- 설정
Window>Preferences>Java>Code Style>Formatter | New 선택후 custom 으로 새로만들면서,
Line Wrapping 탭에서 Maximum line width : 300 입력
Comments 탭에서 Maximum line width for comments : 300 입력

* XML정렬시키기
- 설정
Window>Preferences>XML>XML Files>Editor | Split multiple attributes each on a new line 체크

* 같은 변수, 메소드 선택시 색반전
- 설정
Window>Preferences>General>Editors>Text Editors>Annotations | Annotation types 리스트에서 Occurrences, JavaScript Occurrences 선택
오른쪽 Show in 에서  Text as 체크하고 셀렉트 메뉴에서 Highlighted 선택하고 Color 는 기호에 맞는 색으로 선택

* Grep Console 설정
- 설정   
Window>Preferences>Grep Console

'프로그래밍 > ETC...' 카테고리의 다른 글

이클립스 정렬  (0) 2022.03.03
[WinAPI] 자료형  (1) 2019.08.07
HTTP 서버 응답 코드 (Response Code) 정리  (0) 2018.07.27
IaaS, PaaS, SaaS란  (0) 2018.05.23
RESTful API Service Best Practices  (0) 2018.04.20