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 90297 - BPEL navigator/property sheet sync with source editor
Summary: BPEL navigator/property sheet sync with source editor
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vitaly Bychkov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-29 16:44 UTC by Michael Frisino
Modified: 2007-02-12 11:27 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 Michael Frisino 2006-11-29 16:44:59 UTC
Use case:
User is looking at BPEL design view.
The BPEL navigator and the propperty sheet are synchronized so that as user
selects different nodes in the design view, the navigator and property sheet
change accordingly.
User switches from BPEL design view to BPEL source editor.
User moves cursor to a line of code in the source editor
User wishes that the navigator and property sheet would be consistent with the
currently selected BPEL source element.

Scenario
User works in Design view
Navigator and Property sheet respond to selection changes to remain in sync with
Design view selection.
User switches to Source view
Navigator and Property sheet respond by synchronizing their presentation to be
consistent with the current position in the source editor
As user chanage current position in the source editor, the Navigator and
Property sheet track the changing position.
When user swithches back to Design view, the current position in the Design view
is still what it had been when user was last looking at Design view. 
Navigator and Property sheet react by syncing back up with Design view.

In short, Design view and Source views are what are called TopComponents. The
plan is to have Navigator and Property sheet remain in sync with the current
active anode in the current TopComponent.  Today this behavior is only present
for Design view. This feature will extend this functionality to the Source view.
Comment 1 Vitaly Bychkov 2007-01-09 06:51:05 UTC
Fixed
Comment 2 Mikhail Kondratyev 2007-01-22 11:28:07 UTC
Verified to be implmented