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 164664

Summary: 'Go to file' should give the ability to exclude build folders from search
Product: utilities Reporter: nb_johan <nb_johan>
Component: CodeAssignee: Alexey Butenko <alexeybutenko>
Status: RESOLVED WORKSFORME    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description nb_johan 2009-05-07 10:23:35 UTC
'Go to file' (Ctrl-Shift-O) now shows all the possible places of that file (even from the build folders).

This is quite dangegrous, because when working fast, someone can open the file from the build location,
edit it and then loose it on the next compilation. 
I also spend more time now in order to ensure that I selected the file from the right location.

There should be a checkbox 'include build folders' so that a user can disable this new functionality.
Comment 1 Alexey Butenko 2009-05-07 10:33:15 UTC
Build folders is not included in the search. It was recently fixed.
Comment 2 Alexey Butenko 2009-05-07 10:34:53 UTC
.