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 172984 - Splitting ignore folders into two different options
Summary: Splitting ignore folders into two different options
Status: RESOLVED WORKSFORME
Alias: None
Product: php
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-24 11:10 UTC by tbuhmann
Modified: 2013-02-15 08:19 UTC (History)
0 users

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 tbuhmann 2009-09-24 11:10:51 UTC
The ignore folder options is in my eyes two different tasks mixded up into one option. I think ignoring files/folders
within a project view are different from not parsing files in this path. If i do not want to parse files like smarty
cache files or something equal, this will match, but if i have some projects files like unit tests, examples, update
scripts,... i do not like to parse them or have them in my code completion, but i will see/edit those files in my
project. currently i cannot even commit changed files if they are ignored.

Also having a kind of regex for ignored files would be very helpful. Also adding projects handling ignored files in my
include path (like librarys) instead of simply adding a system path would be helpful too.
Comment 1 Filip Zamboj 2010-09-15 12:30:07 UTC
batch reassigning
Comment 2 Ondrej Brejla 2012-04-24 13:07:00 UTC
Project part?
Comment 3 Tomas Mysik 2013-02-15 08:19:12 UTC
(In reply to comment #0)
> The ignore folder options is in my eyes two different tasks mixded up into one
> option. I think ignoring files/folders
> within a project view are different from not parsing files in this path. If i
> do not want to parse files like smarty
> cache files or something equal, this will match, but if i have some projects
> files like unit tests, examples, update
> scripts,... i do not like to parse them or have them in my code completion, but
> i will see/edit those files in my
> project. currently i cannot even commit changed files if they are ignored.

Well, frankly - it sounds too complicated to me. Please notice that the ignored files are visible in the Files view so I don't see any obstacle for working with them.

> Also having a kind of regex for ignored files would be very helpful.

See Tools > Options > Miscellanous > Files - Ignored Files Pattern.

Thanks.