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 61043 - Versioning actions not available in context menu in explorer
Summary: Versioning actions not available in context menu in explorer
Status: RESOLVED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Properties (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Marian Petras
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-15 15:14 UTC by _ rkubacki
Modified: 2005-09-05 10:10 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 _ rkubacki 2005-07-15 15:14:37 UTC
dev build from Jul13, JDK 1.5

Context menu of node representing Bundle.properties file does not have
versioning actions. This is not consistent with for exapmle Java source files.
Comment 1 Marian Petras 2005-07-18 10:02:47 UTC
Confirmed.

This is caused by a FileSystemAction missing from the definition of the context
menu. I removed the action when I was fixing bug #59449 ("Allow branding of
properties object actions"). Obviously, it was a bad idea.
Comment 2 Marian Petras 2005-07-18 10:08:03 UTC
Fixed in the trunk.

I returned the FileSystemAction back to the context menu and that fixed the problem.

Modified file:
    properties/src/org/netbeans/modules/properties/Layer.xml   (1.12)

Diff:
http://properties.netbeans.org/source/browse/properties/src/org/netbeans/modules/properties/Layer.xml?r1=1.11&r2=1.12&diff_format=u