Bug 339745 - Files such as .htaccess and .htpasswd do not show
Summary: Files such as .htaccess and .htpasswd do not show
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: PDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 minor (vote)
Target Milestone: ---   Edit
Assignee: PHP UI CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-11 13:36 EST by dragonguy23 CLA
Modified: 2020-05-14 10:16 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dragonguy23 CLA 2011-03-11 13:36:07 EST
Build Identifier: 20100617-1415

Because all files with the . (dot) prefix are hidden by the PHP explorer, it hides the .htaccess and .htpasswd files. These files should have an option to show them while not having to show the eclipse project files.

This is not a big bug, but it would save having to work around it.

Reproducible: Always

Steps to Reproduce:
1. Have an .htaccess or .htpasswd file - (It won't show the file in the PHP explorer)
2. Go to the PHP Explorer drop down menu and find "Filters.." - Uncheck "Resources", click ok.
3. You can see the .htaccess or .htpasswd files, but now it shows the project files.
Comment 1 Zhongwei Zhao CLA 2011-04-13 01:34:40 EDT
a workaround is :
 Go to the PHP Explorer drop down menu and find "Filters..", check "Name filter patterns"
then type something like:".project, .settings"
but it is really not a good method.