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 79096 - CND doesn't refresh Files tab in a proper way
Summary: CND doesn't refresh Files tab in a proper way
Status: CLOSED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Thomas Preisler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-26 14:33 UTC by dnikitin
Modified: 2007-05-25 17:45 UTC (History)
0 users

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 dnikitin 2006-06-26 14:33:41 UTC
CND don't refresh Files tab in a proper way

It seems, that cnd refresh Files tab only after NB lose focus and then get it
again. If NB don't lose focus, Files tab is not updated

For example, I create new sample c/c++ project, build it.
I expected that in Files tab new dir (dist/Debug) appears. I wait some minutes,
but nothing occurs. But if I minimize a NB main window and then I maximize it
only after that Files tab is updated.
Comment 1 Thomas Preisler 2006-10-19 22:00:17 UTC
Fixed. pproject.getFileSystem().refresh(false) is called aftereach clean or build.
Comment 2 Thomas Preisler 2006-10-19 22:00:53 UTC
Fixed