구글링을 통해 다른 사용자가 만들어 놓은 Preferences파일(.epf)을 임포트 시켜 화면 설정을 적용시킬 수 있지만 그 epf파일에 화면설정 뿐 아니라 다른 설정들 까지 같이 포함되어 있어 왠지 깔끔하지 못 한 감이 있습니다.
그래서 제가 쓰고 있는 화면의 수동설정 항목들을 리스팅 합니다.
접어두기..
- General -> Appearance -> Colors and Fonts
- Basic -> Text Font : 나눔고딕코딩, 10pt
- General -> Editors -> Text Editors
- Current line highlight : Color - 34, 32, 32
- Print margin : Color - 76, 76, 76
- Find scope : Color - 25, 25, 25
- Selection foreground color : System Default uncheck
- Selection background color : System Default uncheck / Color - 65, 76, 59
- Background color : System Default uncheck / Color - 25, 25, 25
- Foreground color : System Default uncheck / Color - 128, 255, 0
- General -> Editors -> Text Editors -> Annotations
- Occurrences : Color - 0, 196, 0 / Text as - Dashed Box
- Write Occurrences : Color - 196, 0, 0 / Text as - Dashed Box
- General -> Editors -> Text Editors -> Quick Diff
- Colors -> Deletions : Color - 255, 0, 0
- General -> Editors -> Spelling
- Enable spell checking : uncheck
- Java -> Editor
- Matching brackets highlight : Color - 0, 255, 0
- Parameter hints background : Color - 0, 0, 0
- Parameter hints foreground : Color - 230, 230, 230
- Java -> Editor -> Syntax Coloring
- Java -> Abstract method invocations : Enable / Color - 241, 196, 56
- Java -> Annotations : Color - 135, 19, 33
- Java -> Brackets : Color - 255, 255, 255
- Java -> Classes : Enable / Color - 156, 248, 40
- Java -> Constants : Enable / Color - 156, 248, 40
- Java -> Deprecated memebers : Color - 255, 255, 255
- Java -> Enums : Enable / Color - 64, 128, 0
- Java -> Fields : Color - 53, 122, 143
- Java -> Inherited method invocations : Enable / Color - 241, 196, 56
- Java -> Interfaces : Enable / Color - 156, 248, 40
- Java -> Keyword 'return' : Color - 236, 108, 30
- Java -> Keywords excluding 'return' : Color - 236, 108, 30
- Java -> Local variable declarations : Enable / Color - 53, 122, 146
- Java -> Local variable references : Enable / Color - 53, 122, 146
- Java -> Method declarations : Enable / Color - 241, 196, 56
- Java -> Methods : Color - 241, 196, 56
- Java -> Numbers : Enable / Color - 255, 255, 0
- Java -> Operators : Color - 255, 255, 255
- Java -> Others : Color - 255, 255, 255
- Java -> Parameter variables : Enable / Color - 64, 128, 0
- Java -> Static Fields : Bold / Color - 255, 255, 128 / Italic uncheck
- Java -> Static method invocations : Bold / Color - 255, 255, 255 / Italic uncheck
- Java -> Strings : Color - 255, 64, 64
- Java -> Type arguments : Enable / Color - 216, 176, 176
- Java -> Type variables : Enable / Color - 216, 176, 176
- Comments -> Multi-line comment : Color - 16, 184, 248
- Comments -> Single-line comment : Color - 16, 184, 248
- Comments -> Task tags : Color - 5, 142, 171
- Java -> Properties Files Editor
- Arguments : Bold / Color - 128, 255, 0
- Assignments : Color - 255, 255, 255
- Keys : Color - 255, 200, 0
- Values : Color - 255, 255, 255
출처 : http://bbare.tk/
'프로그래밍 > 기타...' 카테고리의 다른 글
[펌]Allman 식 이클립스 Java 코딩 스타일 프로파일 (0) | 2010.12.08 |
---|---|
[펌]unhandled event loop exception PermGen space 문제 해결 방법 (0) | 2010.10.18 |
[펌]전자 메일 서버에 전자 메일 메시지 남겨두기 (0) | 2010.05.06 |
[펌]보안 메일 1탄. 이메일 인증서를 이용하여 아웃룩에서 보안 메일 주고받기 (0) | 2010.05.06 |
[펌]국내외 Open api 리스트 및 링크 전체공개 (0) | 2010.04.22 |