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 46289 - Favorites does not honor system setting for ignored files
Summary: Favorites does not honor system setting for ignored files
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Favorites (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: UI
: 51947 53675 60524 63499 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-07-19 14:12 UTC by tboerkel
Modified: 2008-12-22 16:50 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tboerkel 2004-07-19 14:12:32 UTC
Folders in the Favorites tab show all files. They
do not honor the system setting for ignored files,
so for example .java~ files are being displayed.
Either it should honor this setting or should have
its own pattern for ignoring files.
Comment 1 Jaroslav Tulach 2004-09-14 08:32:45 UTC
Well, that is how they were designed. They show things without
honoring the visibility query.
Comment 2 Jesse Glick 2004-10-04 11:36:34 UTC
This should be reconsidered, I think. The reason for wanting ignorable
files to be excluded from the Favorites tab is clear. The reason for
wanting to see them in the Favorites tab is not clear to me at all.
Comment 3 mslama 2004-12-01 14:55:16 UTC
*** Issue 51947 has been marked as a duplicate of this issue. ***
Comment 4 mslama 2005-02-08 15:19:32 UTC
*** Issue 53675 has been marked as a duplicate of this issue. ***
Comment 5 Tomas Danek 2005-07-11 11:35:57 UTC
This issue has at least 3 dupl, so it is probably reasonable for some people to
report it. IMHO, when UI says ignored files property affects ALL IDE windows,
Favorites window should not be exception. I added marian to cc, i'd like to know
his opinion.
Comment 6 Marian Mirilovic 2005-07-12 10:03:27 UTC
closed
Comment 7 Jesse Glick 2005-07-13 22:13:31 UTC
Reopening for reconsideration.
Comment 8 Tomas Danek 2005-07-21 11:32:49 UTC
*** Issue 60524 has been marked as a duplicate of this issue. ***
Comment 9 Tomas Danek 2005-07-21 11:33:41 UTC
*** Issue 60524 has been marked as a duplicate of this issue. ***
Comment 10 mslama 2005-08-11 20:29:18 UTC
Passing to HIE to decide what to do. If close or fix.
Comment 11 jrojcek 2005-08-29 10:16:43 UTC
This is a valid request. The purpose of Favorites window is to access files that are not part of project 
but the user wants to view/edit/version them. The ignored files property means "I don't want to deal 
with those files in the IDE", therefor it should be honored in Favorites view as well.
Comment 12 Tomas Danek 2005-08-31 12:52:17 UTC
Fix this please.
Comment 13 Jesse Glick 2005-08-31 16:40:02 UTC
P4 is inappropriate; visible.
Comment 14 Tomas Danek 2005-09-01 14:26:56 UTC
*** Issue 63499 has been marked as a duplicate of this issue. ***
Comment 15 mslama 2005-09-08 16:04:56 UTC
Accepted.
Comment 16 Jaroslav Tulach 2005-09-13 07:50:41 UTC
*** Issue 62863 has been marked as a duplicate of this issue. ***
Comment 17 Jesse Glick 2005-09-14 00:05:18 UTC
Note: P2 DEFECT #62863 (re. copying folders) was marked as a dupe of this. I
don't think that's right - looks like a separate bug to me - but I don't care as
long as it gets fixed somehow too.
Comment 18 Jaroslav Tulach 2005-09-29 17:36:40 UTC
I do not have much to do, I'll take care of this one if Marek allows... 
Comment 19 mslama 2005-10-03 09:16:58 UTC
No problem for me :) At least I will have time for another issues.
Comment 20 Jaroslav Tulach 2005-10-04 07:57:42 UTC
*** Issue 62863 has been marked as a duplicate of this issue. ***
Comment 21 Jaroslav Tulach 2005-10-05 10:51:30 UTC
"#46289: Only showing VisibleQuery allowed files in favorites window" 
 
 
/cvs/core/favorites/nbproject/project.properties,v  <--  project.properties 
new revision: 1.6; previous revision: 1.5 
done 
Checking in core/favorites/nbproject/project.xml; 
/cvs/core/favorites/nbproject/project.xml,v  <--  project.xml 
new revision: 1.7; previous revision: 1.6 
done 
Checking in core/favorites/src/org/netbeans/modules/favorites/Favorites.java; 
/cvs/core/favorites/src/org/netbeans/modules/favorites/Favorites.java,v  <--  
Favorites.java 
new revision: 1.21; previous revision: 1.20 
done 
RCS 
file: /cvs/core/favorites/test/unit/src/org/netbeans/modules/favorites/VisibilityQueryWorksTest.java,v 
done 
Checking in 
core/favorites/test/unit/src/org/netbeans/modules/favorites/VisibilityQueryWorksTest.java; 
/cvs/core/favorites/test/unit/src/org/netbeans/modules/favorites/VisibilityQueryWorksTest.java,v  
<--  VisibilityQueryWorksTest.java 
initial revision: 1.1 
done 
Checking in 
openide/masterfs/src/org/netbeans/modules/masterfs/GlobalVisibilityQueryImpl.java; 
/cvs/openide/masterfs/src/org/netbeans/modules/masterfs/GlobalVisibilityQueryImpl.java,v  
<--  GlobalVisibilityQueryImpl.java 
new revision: 1.4; previous revision: 1.3 
Checking in ide/golden/deps.txt; 
/cvs/ide/golden/deps.txt,v  <--  deps.txt 
new revision: 1.215; previous revision: 1.214 
 
Comment 22 mslama 2005-10-05 12:30:51 UTC
It should also listen on change of visibility query and if it is changed it
should automaticaly update Favorites tab content.
Comment 23 Jaroslav Tulach 2005-10-10 13:44:29 UTC
Ok, now we listen. 
 
Checking in 
test/unit/src/org/netbeans/modules/favorites/VisibilityQueryWorksTest.java; 
/cvs/core/favorites/test/unit/src/org/netbeans/modules/favorites/VisibilityQueryWorksTest.java,v  
<--  VisibilityQueryWorksTest.java 
new revision: 1.3; previous revision: 1.2 
done 
Checking in src/org/netbeans/modules/favorites/Favorites.java; 
/cvs/core/favorites/src/org/netbeans/modules/favorites/Favorites.java,v  <--  
Favorites.java 
new revision: 1.22; previous revision: 1.21 
done 
Comment 24 Tomas Danek 2005-11-04 12:41:40 UTC
yes, works fine, thanks.