david's daily developer note

[eclipse] 이클립스 초반 개발환경 설정. 본문

[Develop] Language/JAVA

[eclipse] 이클립스 초반 개발환경 설정.

mouse-david 2011. 4. 26. 11:40
728x90

1. 한글 주석 께짐 해결.
Preference/General/Workspace/Text file encoding  => Other/UTF-8

2. 영문 단어와 한글 조사가 붙어 있을 때, 경고하는 것 해제.
Preference/General/Text Editors/Spelling/Enable spell checking => 옵션 해재.

3. import문을 자동으로 정리해주는 기능을 줄이고, 패키지의 모든 클래스를 한꺼번에 Import한다.
Preference/Java/Code Style/Organize Imports => Number of import needed for .* 옵션을 "1"로 변경

4. 재 컴파일된 프로그름을 안드로이드에 설치할 때, 타임아웃을 늘린다.
Preference/Android/DDMS/ADB Connection time out(ms)가 5000인데, 충분히 늘려준다.

5. Eclipse Helios에서 Android 개발할 때 기존의 코드 어시스트 기능은 무쟈게 느리다~
Preference/Java/Editor/Content Assist/Auto-Activation을 끈다~ 

728x90

'[Develop] Language > JAVA' 카테고리의 다른 글

[Java] Char [] to Byte []  (0) 2011.04.29
[Java] Vector.toArray() 사용하기  (0) 2010.10.05
[Java] Vector 내 원소 정렬하기  (0) 2010.10.05
[eclipse] 디버깅 (디버깅 단축키)  (0) 2010.09.10