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 183655 - "Exclude ... modules" dialog not shown unless Libraries panel selected
Summary: "Exclude ... modules" dialog not shown unless Libraries panel selected
Status: NEW
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal (vote)
Assignee: Martin Kozeny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-07 15:13 UTC by Jesse Glick
Modified: 2013-08-09 12:04 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 Jesse Glick 2010-04-07 15:13:26 UTC
If you go to a suite's Application tab directly, not first clicking on Libraries, and switch it to a standalone app, you are not prompted to exclude non-platform-oriented modules.

(Long broken, just was not sure if it was already filed.)
Comment 1 Jesse Glick 2010-04-08 23:16:35 UTC
Unfortunately difficult to fix, since SuiteCustomizerLibraries is written to use a Node hierarchy as a data model, rather than as a view over a separate model. Could perhaps make LibrariesChildren and all the stuff beneath it be held by SuiteProperties rather than SuiteCustomizerLibraries, in which case the logic behind DISABLED_PLATFORM_MODULES would be handled in SuiteProperties when BasicBrandingModel fired a change in brandingEnabled.
Comment 2 Jesse Glick 2010-05-04 20:34:17 UTC
Too risky for 6.9 - would require substantial rewrite of this section of the customizer dialog.