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 35533 - Display As item should be available for all variables even if it does nothing.
Summary: Display As item should be available for all variables even if it does nothing.
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords: SIMPLEFIX, UI
Depends on:
Blocks:
 
Reported: 2003-08-21 00:45 UTC by David-john Burrowes
Modified: 2005-12-22 12:41 UTC (History)
1 user (show)

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 David-john Burrowes 2003-08-21 00:45:02 UTC
As specified in:
http://ui.netbeans.org/docs/hi/debugger3.4/variables/index.html

The Display As menu item should be available for
all variables and watches, even if their display
format can't be changed.  The reason for this is
that it helps prevent the impression that the
"Display As" item only appears at random times. 
If it is always there, and just shows an item that
says "Normal" this both tells a user that it is
possible in some cases do other things, and if
they happen to see "Display As" in some cases,
they aren't left later on unable to remember were
they saw it earlier.
Comment 1 Martin Entlicher 2005-05-13 10:56:29 UTC
This can be easily implemented in NumericDisplayFilter.
Comment 2 Martin Entlicher 2005-12-12 19:16:37 UTC
I would like to hear the HIE opinion - should we really add unnecesary menu
items to most of the nodes just for the consistence?
Comment 3 jrojcek 2005-12-22 12:41:13 UTC
I assume that "Display As" is currently available for some variables. In that case it should be available for 
all variables for the reasons stated by David John.