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 98134 - Add context menu entries for Navigator nodes of a class
Summary: Add context menu entries for Navigator nodes of a class
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 4 votes (vote)
Assignee: Petr Hrebejk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-17 03:32 UTC by _ gsporar
Modified: 2007-03-19 18:24 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 _ gsporar 2007-03-17 03:32:36 UTC
One of the reasons some folks feel that we do *not* need
http://www.netbeans.org/issues/show_bug.cgi?id=98133 is because you can see the
information about a .java file in the Navigator.  As pointed out in the
description of http://www.netbeans.org/issues/show_bug.cgi?id=98133, that does
not work for some people.

But if the Navigator is the only place we can get access to this information
about a .java file, then the context menus should be the same as what we used to
have when the Projects window supported expansion of a .java file.

For example, in Milestone 7, a class's method has these entries on its context
menu in the Navigator window:

Go to Source
Sort by Name
Sort by Source
Filters >

In NetBeans 5.5, a class's method has these entries in its context menu in the
Projects window: 

Open
Delete
Find Usages
Refactor >
Tools >
Properties

So as it stands right now, we're missing some context menu entries.  What I
really want is for http://www.netbeans.org/issues/show_bug.cgi?id=98133 to get
fixed.  But if that's not possible it would be great to at least have the
context menu entries available in the Navigator.