Develop and Download Open Source Software

View 0.5.0 - Release Notes

category(Tag) tree

file info

category(Tag)
root
file name
Pleiades_0.5.0_-_Notes
last update
2006-02-25 19:28
type
Plain Text
editor
柏原 真二
description
0.5.0 - Release Notes
language
English
translate
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Pleiades
───────────────────────────────────────
URL : http://sourceforge.jp/projects/mergedoc/
MAIL: cypher256 at users.sourceforge.jp
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Pleiades は Eclipse プラグイン日本語化プラグインです。
実行時に Eclipse 本体とプラグインを日本語化します。



特徴
───────────────────────────────────────

  ・翻訳対象のプラグイン名やバージョン(Eclipse 本体含む)に依存しません。
  ・リソースが外部化されていないプラグインでも日本語化されます。
  ・対象プラグインのプロパティファイルやクラスファイルは書き換えません。
  ・言語パックを入れた場合、その部分に関しては言語パックが優先されます。
  ・ヘルプは日本語化されません。
  ・実際はプラグインではなく、AOP を利用した翻訳コンテナです。



動作環境
───────────────────────────────────────

  JRE 5.0 以上



日本語化確認済みプラグイン
───────────────────────────────────────

  ・Eclipse 3.1、3.2
  
  ・EMF  - Eclipse Modeling Framework
  ・GEF  - Graphical Editor Framework
  ・TPTP - Test and Performance Tools Platform
  ・UML2 - UML 2.0 Eclipse Platform
  ・VE   - Visual Editor
  ・WTP  - Web Tools Platform
  
  ・AnyEdit - タブ・スペース相互変換、大文字小文字変換、HTML 参照文字変換
  ・CheckStyle - コーディングチェック
  ・CheckStyle Statistics - コーディングチェック結果をグラフィカル表示
  ・Commonclipse - equals、hashcode、toString、compareTo メソッド生成
  ・Commons4E - equals、hashcode、toString、compareTo メソッド生成
  ・Easy Explorer - フォルダー右クリックから Windows エクスプローラー表示
  ・Eclipse Platform Extensions - 再起動、GC、右クリックからコマンドプロンプト
  ・EclipseUtilPlugins - エディター前回編集位置の復元、CVS 操作関連ボタン
  ・Editor Enhanncements - ファイル内キーワード補完、矩形編集
  ・EditorList - 開いているエディターをビューに一覧表示
  ・Extended VS Presentation - Eclipse スキン、タブ機能拡張
  ・FindBugs - バグパターンの検出
  ・GotoFile - 高速ファイル検索、キャメル・ケース一致可能
  ・Implementors - インタフェースの実装を開く
  ・Jadclipse - 逆コンパイラ Jad の Eclipse プラグイン
  ・JDocEditor - WYSIWYG JavaDoc エディター
  ・LogWatcher - ログなどのファイル監視
  ・QuickREx - 正規表現テスト、作成支援
  ・Tomcat Launcher - Tomcat 起動/停止、デバッグ
  ・TranslationView - Web 経由による翻訳
  ・Veloeclipse - Velocity エディター(Veloedit ベース)
  ・Velocity Web Edit - Velocity エディター、豊富なコンテンツアシスト



インストール
───────────────────────────────────────

  pleiades.zip を解凍し、jp.sourceforge.mergedoc.pleiades ディレクトリを
  Eclipse の plugins ディレクトリに置いてください。



起動方法
───────────────────────────────────────

  次の 2 つの方法があります。特に理由が無い場合は方法 1 を使用してください。
  なお、いずれの方法でも初回起動時は起動引数に -clean を指定してください。
                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  
  方法 1: eclipse.ini に pleiades.jar を指定
    
    eclipse.ini の最後に以下の行を追加し、起動。
    -javaagent:plugins/jp.sourceforge.mergedoc.pleiades/pleiades.jar
    
    注意)この方法の場合、-vmargs に指定する他のオプション(-Xmx など)も
          eclipse.ini に設定してください。起動引数に -vmargs を指定した場合、
          起動引数のものが優先されます。
  
  
  方法 2: 起動引数に pleiades.jar を指定
  
    例)初回起動
    -clean -vmargs -javaagent:plugins/jp.sourceforge.mergedoc.pleiades/pleiades.jar -Xms40m -Xmx256m
    例)2回目以降の起動
           -vmargs -javaagent:plugins/jp.sourceforge.mergedoc.pleiades/pleiades.jar -Xms40m -Xmx256m
    
    注意)起動引数に -vmargs を指定している場合は eclipse.ini の -vmargs は
          無効になるため、ヒープサイズも指定してください。
  
  
  Pleiades に問題が発生した場合は以下にログが出力されます。
  前者は log4j 初期化以前、後者は log4j によるログです。
  
    <ECLIPSE_HOME>/pleiades_fatal_error.log
    <ECLIPSE_HOME>/plugins/jp.sourceforge.mergedoc.pleiades/pleiades.log



FAQ
───────────────────────────────────────

  Q. Pleiades を入れたら WTP のプロジェクト・エクスプローラーに動的 Web プロジェ
     クトなどが表示されなくなってしまった。
  
     → A. ワーキング・セットの設定を開いてチェックを入れなおしてください。



ライセンスおよび謝辞
───────────────────────────────────────

  Copyright (c) 2005- Shinji Kashihara. All rights reserved.

  This program and the accompanying materials except for /lib directory are
  made available under the terms of the Eclipse Public License v1.0 which
  accompanies this distribution, and is available at /epl-v10.html.

  This product includes software developed by
  The Apache Software Foundation (http://www.apache.org/) and
  Shigeru Chiba, Tokyo Institute of Technology
  (http://www.csg.is.titech.ac.jp/~chiba/javassist/).
  
  Please read the different license files present in the /lib directory of
  this distribution.
SourceForge.JP is a Japanese version of SourceForge.net. For developments that are not related to Japan, we recommend you to use SourceForge.net.