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 97141

Summary: navigator should change as per the current view
Product: xml Reporter: Samaresh Panda <samaresh>
Component: Schema ToolsAssignee: issues@xml <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on: 97325    
Bug Blocks:    

Description Samaresh Panda 2007-03-02 22:51:08 UTC
In coke, we didn't have a chance to sync the navigator so that the design and
schema view have the appropriate navigator view by default. For example, when I
am in the design view I want to see the design navigator and vice versa for Schema.
Comment 1 Nathan Fiedler 2007-03-05 23:54:44 UTC
At first glance, this does not appear to be feasible. The Navigator API does not
provide a means for choosing which panel is showing (when there are several to
choose from). The BPEL module employs a nasty hack, but it relies on having just
two views, we have three. Using the NavigatorLookupHint, as suggested in the
Navigator API docs, does not seem to work when a DataObject is installed. As far
as I can tell, there are no such uses of the Navigator as this. Asked
dev@openide list, but not expecting to find a resolution to this issue.
Comment 2 Nathan Fiedler 2007-03-06 23:40:42 UTC
Blocked by issue 97325. Unassigning.
Comment 3 Nathan Fiedler 2008-11-25 23:18:28 UTC
Issue 97325 has been resolved, supposedly. Should take a look at attempting this again.