桜、抹茶、白、日記

名古屋市在住のC++使いのcoderの日記だったもの。

Eclipseのナビゲータービューのフィルター


以前のバージョン(Ver 3.4(Ganymede))までのEclipseであれば、

<extension
      point="org.eclipse.ui.ide.resourceFilters">
   <filter selected="false" pattern="*.o" />
   <filter selected="false" pattern="core.*" />
   <filter selected="false" pattern=".project" />
</extension>

Plugin.xmlに上記のような記述をすれば追加が出来たんですが、Ver 3.5(Galileo)以降では出来なくなってしまった模様。

http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html

    • This extension point is deprecated in release 3.5 and replaced by the Common Navigator Framework. Note that it is intentionally not actually marked deprecated in order to prevent warnings in other Eclipse plugins that must support this.

代替方法については調査中。