Skip to content

Instantly share code, notes, and snippets.

@minazou67
Last active July 23, 2018 07:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save minazou67/2685f833673913f24d1bc28b202576da to your computer and use it in GitHub Desktop.
Save minazou67/2685f833673913f24d1bc28b202576da to your computer and use it in GitHub Desktop.
Notes on limy-eclipse-plugin

Notes on limy-eclipse-plugin

JavaDoc の自動生成用に使用していた便利なプラグインですが、
Pleiades All in One 4.6 から Limy Code プラグインが削除されてしまった。

Limy プロパティー・エディターは引き続き含まれているようなので、
下記の2ファイルを Pleiades All in One 4.5.x からコピペすればOK。

  • org.limy.eclipse.code_1.4.4.jar
  • org.limy.eclipse.code_1.4.4.jar.original

上記のファイルは、下記のフォルダに格納されています。

\pleiades\eclipse\dropins\Limy\eclipse\plugins

ちなみに Limy のメニューは Pleiades 4.5 から Eclipse 標準メニューの [編集(E)] に移動しています。

Reference

追記

Eclipse 4.7 から Eclipse 内部の API やパッケージ構成が変更されたため、上記のバージョンでは動作しません。
下記は、Fork して Eclipse 4.7, 4.8 対応を行ったブランチです。

https://github.com/minazou67/limy-eclipse-plugin/tree/hotfix

hotfix ブランチの成果物は下記からダウンロード可能です。

https://github.com/minazou67/limy-eclipse-plugin/releases/tag/1.5.7.hotfix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment