Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » synchronizing two views
synchronizing two views [message #201377] Wed, 25 February 2004 07:29
Eclipse UserFriend
Hi,

in my plugin i need to 'synchronize' two views,
one view displays some source code and the other
should display breakpoints set in the sourcecode.
if i add a bp in the sourceview it should be displayed
in the breakpoint-view and if i delete a breakpoint in
the breakpoint view a marker should be removed in
the sourcecode-view etc.

atm i'm the views get each other via getSite().getPage().findView("foo")
and then they call some methods to update each other ...

.... but i wonder if there is a more elegant way to do things like that?

thanks for your help in advance

kind regards
jens
Previous Topic:Error when accessing projects in CVS repositories view
Next Topic:drag [and drop] source code
Goto Forum:
  


Current Time: Fri Jun 20 17:55:21 EDT 2025

Powered by FUDForum. Page generated in 0.25497 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top