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 71214 - NBM and suite projects should support rename
Summary: NBM and suite projects should support rename
Status: VERIFIED INCOMPLETE
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2006-01-10 04:37 UTC by Martin Krauskopf
Modified: 2019-04-04 07:57 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Krauskopf 2006-01-10 04:37:38 UTC
In the case of suite component module projects, should additionally update the
suite's reference to the module, and update the module's reference to the suite.

Current Project API support might be insufficient. cf. with dev@apisupport
discussions.
Comment 1 Martin Krauskopf 2006-01-12 09:15:56 UTC
I'll do the basic version into 5.0u1 using current Project API. Better to have
not_so_nice option than nothing. We can polish later. Also to stay consistent
and provide all four actions.
Comment 2 Martin Krauskopf 2006-01-13 08:51:34 UTC
NBM part done.

ui/ModuleActions.java; 1.20 -> 1.21;
ui/ModuleOperations.java; 1.5 -> 1.6;
Comment 3 Martin Krauskopf 2006-01-13 10:30:15 UTC
Pure renaming (not talking about renaming of directory now) of suite makes sense
probably only for "Standalone Applications". Until the checkbox is checked
probably nothing to do.
Comment 4 Martin Krauskopf 2006-01-16 14:04:48 UTC
Also suite is implemented. Presuambly will have to be polished, like other
relative actions. Either on the site of Projects API or for apisupport/project
individually. Current implementation is little odd.

ui/SuiteActions.java; 1.14 -> 1.15;
ui/SuiteOperations.java; 1.2 -> 1.3;
ui/customizer/SuiteProperties.java; 1.26 -> 1.27;
Comment 5 Martin Krauskopf 2006-01-17 10:23:01 UTC
Forgotten inline renaming.

ui/ModuleLogicalView.java; 1.16 -> 1.17;
ui/SuiteLogicalView.java; 1.27 -> 1.28;
test/unit/ui/SuiteLogicalViewTest.java; 1.9 -> 1.10;
Comment 6 Tomas Danek 2006-02-07 12:30:29 UTC
verified. I'll test it ASAP.