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 244440 - refresh virtual folder nodes
Summary: refresh virtual folder nodes
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-12 12:02 UTC by thorsten_s
Modified: 2016-07-21 14:08 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 thorsten_s 2014-05-12 12:02:38 UTC
A C++ project created with the 'C/C++ Application' option does not update virtual folder nodes after external changes to the nbproject/configurations.xml file, even though it does seem to internally process the changes properly.  

After applying external changes to the configurations.xml file the debug console prints something like:

Configuration updated:
    0 deleted items
    0 added items
    0 changed items 

wich correct numbers. Unfortunately the project needs to be closed and reopened for virtual folders and it's children to appear properly. 

Is there anything in the API that I could use from my own plugin until this is fixed? I thought about the MakeLogicalViewProvider.reInit(..) method, but that is not available, even if I make my plugin a friend of the org.netbeans.modules.cnd.api.project module.
Comment 1 Alexander Simon 2016-07-21 14:08:26 UTC
Hi thorsten_s,

Indeed logical view did not reflect changes in NetBeans 8.0 and 8.1.
It was fixed in development version (http://bits.netbeans.org/download/trunk/nightly/latest/).
Could you verify in development version that your issue was fixed?

Thanks,
Alexander