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 25334 - Display VCS annotations on locale subnodes
Summary: Display VCS annotations on locale subnodes
Status: RESOLVED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Properties (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@utilities
URL:
Keywords:
Depends on: 48263
Blocks:
  Show dependency tree
 
Reported: 2002-07-02 22:12 UTC by Jesse Glick
Modified: 2009-02-09 14:29 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 Jesse Glick 2002-07-02 22:12:18 UTC
FileEntryNode should copy the basic impl of
getDisplayName, getIcon, and getOpenedIcon from
DataNode, to annotate the node according to
current VCS status. It should also add a
FileStatusListener to the filesystem so as to be
notified when the status changes.

Otherwise you can see e.g. that a node "Bundle" is
marked up-to-date, but you do not see specific
statuses on e.g. Bundle.properties and
Bundle_ja.properties. Also, the display name and
icon used in the editor tab do not reflect the
current VCS status, which is inconsistent with
other object types which use DataNode.
Comment 1 Marek Grummich 2002-07-22 11:24:46 UTC
Set target milestone to TBD
Comment 2 _ pkuzel 2003-03-18 07:52:01 UTC
It's useless because versioning operation do not work on locales
anyway, see issue 31061.
Comment 3 Marian Petras 2005-05-03 15:06:42 UTC
This issue should be solved once collecting of locale subnodes is discontinued -
see issue #48263 ("Do not bundle multiple .properties file into a DataObject").
I would prefer that issue instead of implementing this enhancement. But I will
keep this enhancement open until that issue is fixed.
Comment 4 Alexey Butenko 2009-02-09 14:29:27 UTC
Fixed by 48263