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 - Provide an easier way to hide a folder from view
Summary: Provide an easier way to hide a folder from view
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@php
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-26 16:03 UTC by Petr Jiricka
Modified: 2010-09-17 05:30 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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