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 21192 - Always show source node's properties when it is being edited
Summary: Always show source node's properties when it is being edited
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Chris Ledantec
URL:
Keywords:
Depends on: 6559
Blocks:
  Show dependency tree
 
Reported: 2002-03-05 15:44 UTC by Ben Hutchison
Modified: 2007-09-26 09:14 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 Ben Hutchison 2002-03-05 15:44:28 UTC
A Java source node has several very important properties such as Arguments and 
Executor which I edit very often. However, these properties are not normally 
visible when I am editing the file in the editor. I need to click in the 
explorer to select the source node before seeing these properties.

I undertand this is because properties of the method the cursor is on, etc, are 
being displayed. These are not normally so useful. 

I would prefer to see either the source node's properties only, or a union of 
the two property sets.
Comment 1 Marek Grummich 2002-07-22 11:17:49 UTC
Set target milestone to TBD
Comment 2 Marek Grummich 2002-07-22 11:20:46 UTC
Set target milestone to TBD
Comment 3 Marian Mirilovic 2002-12-06 17:18:03 UTC
reassigne to David K., new owner of editor
Comment 4 David Konecny 2003-04-30 11:16:22 UTC
Moving to Java.
Comment 5 Ben Hutchison 2003-05-01 04:14:33 UTC
Is this Java module's issue? Im not sure. 

The property sheet must be getting some signal from the 
editor to tell it to synch with the method, class decl, 
etc. I want to be able to suppress this signal so I can 
see the top level node properties always.
Comment 6 Svata Dedic 2003-05-01 09:56:17 UTC
David is right (D. - thanks for catching the RFE). Java Editor
"active" node is the one most specific for the place in the Editor -
e.g. method node or field node. While I can not really change that
(other actions depend on precise context to be present), the merge
could be possible done.

However I am not sure whether it applies in the new project system
which uses execution profiles rather than execution on specific
objects in the Explorer tree.
Comment 7 Chris Ledantec 2003-07-07 10:11:08 UTC
depends on keeping editor/explorer focus in synch.
Comment 8 Svata Dedic 2003-07-07 11:17:08 UTC
It does not depend on the Explorer / editor sync at all. Please read
the original request and observe the current global property sheet
behaviour while editing/navigating through a java source.
Comment 9 Martin Matula 2004-11-12 09:26:25 UTC
With the new buildsystem, there are no longer any interesting
properties on the file that would make sense to display when the
source is being edited.
Comment 10 Quality Engineering 2007-09-20 10:58:22 UTC
Reorganization of java component