#contents

* リンク

- [[本家APIリファレンス>http://www.eclipse.org/documentation/html/plugins/org.eclipse.platform.doc.isv/doc/reference/api/index.html]]
- [[本家 technical articles>http://www.eclipse.org/articles/]]
- [[きのさいと>http://kino.mine.nu/pukiwiki/]]
- [[ABA Games>http://www.asahi-net.or.jp/~cs8k-cyu/bulletml/bulletnote/eclipse_plugin_dev_faq.html]]
- [[むいみこむ>http://muimi.com/j/eclipse/dev_plugin/index.html]]
- [[Program Island>http://www.limy.org/program/eclipse/plugin/]]
- [[ObserveEclipse>http://www13.plala.or.jp/observe/]]

* 3.1

** Discouraged access

org.eclipse.jdt.internal.ui.javaeditor.JavaEditorを使おうとして失敗。~
3.1RC2
3.1RC3

 Discouraged access: The type JavaEditor is not 
 accessible due to restriction on required library D:
 \DL\Develop\eclipse\plugins\org.eclipse.jdt.ui_3.1.0.jar

'not accessible due to restriction on required library' あたりでググると、~
どうも3.1のバグ(そしてBugzillaでは放置中?)らしい。~
違うファイルについてなので、違うかも?

:2005-09-07追記|
3.1(Release)で org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor を使ったところ Discouraged access といわれるが実行できた。~
iconがないと言われていたので追加したが・・・それも原因だったか?~
過去の自分が一番謎。

* 3.0

** JavaEditor

- org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor を使う
-- org.eclipse.jdt.internal.ui.javaeditor.JavaEditor は抽象クラス
- extension: org.eclipse.ui.editors
-- contributorClass: org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditorActionContributor


トップ   一覧 単語検索 最終更新   ヘルプ   最終更新のRSS