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 60578 - Module Project Display Name not updated
Summary: Module Project Display Name not updated
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-28 21:40 UTC by rrochat
Modified: 2005-09-19 14:57 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 rrochat 2005-06-28 21:40:12 UTC
If you change a Module Project's "Display Name" in its Properties dialog 
(Project Properties > Display > Display Name), 
the project node name is not updated, even if you 
close and re-open the project.  
If you exit and restart the IDE, the new name is shown.
Comment 1 Milan Kubec 2005-07-07 09:15:50 UTC
Reassigning for eval.
Comment 2 Jesse Glick 2005-07-13 22:35:27 UTC
Listening for changes isn't implemented yet.
Comment 3 Martin Krauskopf 2005-07-24 20:38:11 UTC
I accidentally started to work on this as I needed something (a little related)
with LocalizedBundleInfo. So this should be fixed.
However user still needs to ping an IDE (e.g. click somewhere, move selection in
explorer, etc.). I'm not sure way, but I thing this is bug somewhere else,
probably in the explorer. But not 100% sure. Don't anybody know if it is
something needed to force the explorer to refresh itselfs. I thing that event is
delivered correctly... I'll examine it later

Checking in NbModuleProject.java; 1.91 --> 1.92
Checking in ui/ModuleLogicalView.java; 1.3 --> 1.4
Checking in universe/LocalizedBundleInfo.java; 1.5 --> 1.6
Checking in test/ui/customizer/SingleModulePropertiesTest.java; 1.6 --> 1.7

--> P5 since new name become changed more or less immediately.
Comment 4 Martin Krauskopf 2005-09-16 10:43:35 UTC
Fixed.

Checking in NbModuleProject.java; 1.112 --> 1.113
Checking in universe/LocalizedBundleInfo.java; 1.6 --> 1.7
Comment 5 Tomas Danek 2005-09-19 14:57:11 UTC
verified in 20050918