プラグイン(3) 初期設定

まだ「What's New (ようこそ)」が表示された状態。いつになったらPDEパースペクティブに行けるやら。

Window > Preferences...

General

  • Apperance > Label Decorations
    • check: Java Type Indicator
  • Editors > Text Editors
    • check: Insert Spaces for Tabs
    • check: Show Line Numbers
  • Editors > Text Editors >
    • uncheck: Enable spell checking
  • Web Browser
    • select: Use external Web browser
  • Workspace
    • Text file encoding: UTF-8

Java

  • Code style
    • 省略
  • Compiler
    • Compiler comliance level: 5.0
  • Compiler > Building
    • Incompatible required binaries: Warning
  • Compiler > Errors/Warnings
    • 下記のみIgnore
      1. Unqualified access toinstance field
      2. Non-externalized string
      3. Boxing and unboxing conversions
      4. Parameter is never read
  • Compiler > Javadoc
    • Malformed Javadoc comments: Warning
      • Only consider members as visible as: Private
      • check: Report errors in tags
      • check: Report non visible references
      • check: Report deprecated references
    • Missing Javadoc tags: Warning
      • Only consider members as visible as: Privat
      • uncheck: Check overriding and implementing methods
    • Missing Javadoc comments: Warning
      • Only consider members as visible as: Protected
      • uncheck: Check overriding and implementing methods
  • Debug > Step Filtering
    • check: Use Step Filters
      • check com.sun.*
  • Editor > Content Assist
    • select: Completion overwrites
    • check: Insert single proposals automatically
    • check: Insert common prefixes automatically
    • check: Add import instead of qualified name
      • uncheck: Use static imports
    • check: Fill argument names on completion
      • check: Guess filed method arguments
  • Editor > Content Assist > Favorites
    • New Type
  • Installed JREs
    • Add
      • (JDKをすべて追加)
      • Default VM Arguments: -ea
    • 一度 OK で設定を保存する
  • Installed JREs > Execution Environment
    • J2SE-1.5: jdk1.5.0_xx
    • JavaSE-1.6: jdk1.6.0_xx

リソースバンドルエディタ

  • リソースバンドルエディタ
  • フォーマット
    • uncheck: イコール記号の位置を整列する
    • check: [Keep properties with empty values.]