how to hide files from package explorer

前端 未结 3 1870
野趣味
野趣味 2020-12-06 07:19

Hi all I am developing a plugin where i m creating project through my own wizard. I have used javaElementFilters to hide my file named device-configs.xml. It only works with

相关标签:
3条回答
    1. Make sure that you have Package Explorer opened

    2. Select View Menu on the top of the Package Explorer view Package Explorer View Menu

    3. Select filters Filters

    4. Enter your pattern and click OK

    Filename pattern

    Files should be hidden.

    0 讨论(0)
  • 2020-12-06 07:45

    Right click on the project, then go Properties, then Resource > Resource Filters and add a exclude filter.

    0 讨论(0)
  • 2020-12-06 07:47

    The javaElementFilters work only in the Views supplied by JDT and it should work in all the versions. What do you mean by "only works with eclipse helios sdk versions"?

    0 讨论(0)
提交回复
热议问题