This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 166046

Summary: Provide an easier way to hide a folder from view
Product: php Reporter: Petr Jiricka <pjiricka>
Component: ProjectAssignee: issues@php <issues>
Status: NEW ---    
Severity: blocker CC: tmysik
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Petr Jiricka 2009-05-26 16:03:25 UTC
See this blog post: http://www.delusionworld.com/webdev/netbeans-php-ignore-folder/

The user suggests to provide a "rightlick->ignore folder" action on folders in the project view. The current approach
described in the blog is cumbersome.
Comment 1 Tomas Mysik 2009-05-27 12:13:41 UTC
IMHO WONTFIX because this is caused by "incorrect" project setup (any folder/data that should be ignored should be outside of source folder). I use
quotes because this is unfortunately very common in PHP world.
So, the preferred solution should be to setup project e.g.:

project/
|-- data
|-- db
|-- log
|-- tests   <-- unit tests
|-- tmp
`-- web    <-- PHP scripts (= source folder)
Comment 2 Filip Zamboj 2010-09-15 12:36:33 UTC
batch reassigning