Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
676 views
in Technique[技术] by (71.8m points)

eclipse plugin - how to hide files from package explorer

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 eclipse helios sdk versions.

Can anyone suggest me better way to hide file? Or other extension point that can work in all eclipse versions of 3.6 & also in MyEclipse also?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
  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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...