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 25809 - [unix] Import setting wizard does not show hidden (.abc) folders
Summary: [unix] Import setting wizard does not show hidden (.abc) folders
Status: CLOSED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Import Settings (show other bugs)
Version: 3.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Vitezslav Stejskal
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-19 09:23 UTC by David Strupl
Modified: 2008-12-22 15:23 UTC (History)
1 user (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 David Strupl 2002-07-19 09:23:48 UTC
When you try to import settings from previous
version the JFileChooser does not show you hidden
directories. This is bad because default location
of the user dir is ~/.netbeans/abc.
Comment 1 _ ttran 2002-07-19 12:34:15 UTC
we need to call JFileChooser.setFileHidingEnabled(false).  A similar
bug was fixed for the mount wizard
Comment 2 Vitezslav Stejskal 2002-07-19 14:08:50 UTC
UpgradePanel.java, 1.2

Could you please verify it on Linux?
Comment 3 David Strupl 2002-07-19 14:41:51 UTC
I have tried it on linus and it works fine. I have also reviewed the
diff - it is ok. I hope you are going commit it to the release34.
Comment 4 Vitezslav Stejskal 2002-07-22 18:14:52 UTC
merged to release34
Comment 5 Marian Mirilovic 2002-07-25 14:30:37 UTC
verified in [nb_release34_rc1](20020724)
Comment 6 Quality Engineering 2003-07-01 16:26:00 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.