프로그래밍/기타...2010. 7. 5. 14:14


구글링을 통해 다른 사용자가 만들어 놓은 Preferences파일(.epf)을 임포트 시켜 화면 설정을 적용시킬 수 있지만 그 epf파일에 화면설정 뿐 아니라 다른 설정들 까지 같이 포함되어 있어 왠지 깔끔하지 못 한 감이 있습니다.
그래서 제가 쓰고 있는 화면의 수동설정 항목들을 리스팅 합니다.

접어두기..

  1. General -> Appearance -> Colors and Fonts
    • Basic -> Text Font : 나눔고딕코딩, 10pt
  2. 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
  3. General -> Editors -> Text Editors -> Annotations
    • Occurrences : Color - 0, 196, 0 / Text as - Dashed Box
    • Write Occurrences : Color - 196, 0, 0 / Text as - Dashed Box
  4. General -> Editors -> Text Editors -> Quick Diff
    • Colors -> Deletions : Color - 255, 0, 0
  5. General -> Editors -> Spelling
    • Enable spell checking : uncheck
  6. Java -> Editor
    • Matching brackets highlight : Color - 0, 255, 0
    • Parameter hints background : Color - 0, 0, 0
    • Parameter hints foreground : Color - 230, 230, 230
  7. 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
  8. 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/

Posted by 컴투