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.
|
feedback
|
protected by Will♦ Jul 21 '10 at 17:58
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.
|
In the package explorer, in the upper right corner of the view, there is a little down arrow. Tool tip will say view menu. Click that, Select Filters. uncheck .* resources. So Package Explorer -> View Menu -> Filters -> uncheck .* resources. | |||||||||||||
feedback
|
|
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: Flickr page with PHP perspective edit image p.s. sorry about the link to the image. I'm new to Stackoverflow and can't post images yet. | ||||
|
feedback
|
|
If using Zend Studio, same arrow, go to RSE view, click on the downward facing arrow, hit preferences, and then check show hidden files. That did the trick for me. Cheers, Valentin | |||
|
feedback
|
|
In my case, I wanted to see .htaccess files, but not all the other .* resources. | |||
|
feedback
|
|
In your package explorer, pull down the menu and select "Filters ...". You can adjust what types of files are shown/hidden there. Looking at my Red Hat Developer Studio (approximately Eclipse 3.2), I see that the top item in the list is ".* resources" and it is excluded by default. | |||
|
feedback
|
|
If you're using Eclipse PDT, this is done by opening up the PHP explorer view, then clicking the upside-down triangle in the top-right of that window. A context window appears, and the filters option is available there. Clicking the Filters menu option opens a new window, where .* files can be unchecked, thus allowing the editing of .htaccess files. I searched forever for this, so I'm sorta answering my own question here. I'm sure someone else will have the same problem too, so I hope this helps someone else as well. | |||
|
feedback
|
|
Great tip! Thanks scubabbl FYI... Using Eclipse 3.4.1 on Mac 10.5.6 In my environment, "Filters" is actually "Customize View" Ajay | |||
|
feedback
|
|
I'm using 64 bit Eclipse for PHP Devleopers Version: Helios Service Release 2 It cam with RSE.. None of the above solutions worked for me... What I did was similar to scubabble's answer, but after clicking the down arrow (view menu) in the top of the RSE package explorer I had to mouseover "Preferences" and click on "Remote Systems" I then opened the "Remote Systems" nav tree in the left of the preferences window that came u and went to "Files" Underneath a list of File types is a checkbox that was unchecked: "Show hidden files" CHECK IT! | |||
|
feedback
|