Eclipse/プラグイン開発のTIPS集/あるパースペクティブを選択したときのみ表示されるアクション
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
単語検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
// 下階層用テンプレート
#topicpath
----
//ここにコンテンツを記述します。
[[Eclipse/プラグイン開発のTIPS集/あるビューがアクティブの...
***拡張ポイント [#y274c884]
org.eclipse.ui.perspectiveExtensions
***plugin.xmlのサンプル [#pc1af8a3]
<extension point="org.eclipse.ui.perspectiveExtensions">
<perspectiveExtension targetID="nu.mine.kino.plugin.pe...
<actionSet id="nu.mine.kino.plugin.hogehogeg.action...
</perspectiveExtension>
</extension>
これで、nu.mine.kino.plugin.perspectives.HogePerspective ...
nu.mine.kino.plugin.hogehogeg.actionSet というアクション...
このような機能を使うことで、さまざまなパースペクティブを...
***参考 [#ea40d32c]
もともと org.eclipse.ui.perspectiveExtensions という拡張...
-ビューショートカット(ウィンドウ>>ビューの表示、のところ)...
-パースペクティブショートカット(ウィンドウ>>パースペクテ...
-ウィザードの追加
-ビュー自体を場所を指定して追加
-ナビゲート>>表示、のところに追加
などをすることができるようです。
#ref(pic.png)
----
この記事は
#vote(おもしろかった[6],そうでもない[0])
#comment
#topicpath
SIZE(10){現在のアクセス:&counter;}
終了行:
// 下階層用テンプレート
#topicpath
----
//ここにコンテンツを記述します。
[[Eclipse/プラグイン開発のTIPS集/あるビューがアクティブの...
***拡張ポイント [#y274c884]
org.eclipse.ui.perspectiveExtensions
***plugin.xmlのサンプル [#pc1af8a3]
<extension point="org.eclipse.ui.perspectiveExtensions">
<perspectiveExtension targetID="nu.mine.kino.plugin.pe...
<actionSet id="nu.mine.kino.plugin.hogehogeg.action...
</perspectiveExtension>
</extension>
これで、nu.mine.kino.plugin.perspectives.HogePerspective ...
nu.mine.kino.plugin.hogehogeg.actionSet というアクション...
このような機能を使うことで、さまざまなパースペクティブを...
***参考 [#ea40d32c]
もともと org.eclipse.ui.perspectiveExtensions という拡張...
-ビューショートカット(ウィンドウ>>ビューの表示、のところ)...
-パースペクティブショートカット(ウィンドウ>>パースペクテ...
-ウィザードの追加
-ビュー自体を場所を指定して追加
-ナビゲート>>表示、のところに追加
などをすることができるようです。
#ref(pic.png)
----
この記事は
#vote(おもしろかった[6],そうでもない[0])
#comment
#topicpath
SIZE(10){現在のアクセス:&counter;}
ページ名: