Introduction Eclipse RCPやPluginで、Eclipse標準のProblemsビューを利用する方法について解説します。 Table of Contents plugin.xmlの設定 Markerの登録 Editorに関連付いているMarkerを全て削除 Goto時の処理の実装 参考サイト plugin.xmlの設定 まずは、plugin.xmlの設定です。 以下のように、「org.eclipse.core.resources.markers」拡張ポイントの設定を追加します。 <extension id="TestMarker" name="Test Problem" point="org.eclipse.core.resources.markers"> <super type="org.eclipse.core.resources.problemmarker"/