How can I get Eclipse to show .* files?

By default, Eclipse won't show my .htaccess file that I maintain in my project. It just shows an empty folder in the Package Viewer tree. How can I get it to show up? No obvious preferences.


In the package explorer, in the upper right corner of the view, there is a little down arrow. Tool tip will say view menu. From that menu, select filters

过滤器菜单

From there, uncheck .* resources.

So Package Explorer -> View Menu -> Filters -> uncheck .* resources .

With Eclipse Kepler and OS X this is a bit different:

Package Explorer -> Customize View -> Filters -> uncheck .* resources

Cory is correct

@ If you're using Eclipse PDT, this is done by opening up the PHP explorer view

I just spent about half an hour looking for the little arrow, until I actually looked up what the 'PHP Explorer' view is. Here is a screenshot:

PHP透视图编辑图像


For Project Explorer View :
1. Click on arrow( View Menu ) in right corner
2. Select Customize View... item from menu
3. Uncheck *.resources checkbox under Filters tab
4. Click OK

--
Eclipse Juno

链接地址: http://www.djcxy.com/p/18674.html

上一篇: 开始使用Eclipse RCP

下一篇: 我怎样才能让Eclipse显示。*文件?