Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » communication between two editors
communication between two editors [message #237394] Tue, 31 July 2007 09:14 Go to next message
Eclipse UserFriend
Originally posted by: alexjaquet.gmail.com

I've a graphical editor where I display widgets, I've another editor
where I want to display text who came from the first editor

I'm looking for the way to do it

any hints ?

regards
Re: communication between two editors [message #237406 is a reply to message #237394] Tue, 31 July 2007 10:37 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: prashanto.chatterjee.softwareag.com

Are these two editors part of a multi-page editor?


"Alexandre Jaquet" <alexjaquet@gmail.com> wrote in message
news:f8muii$npc$1@build.eclipse.org...
> I've a graphical editor where I display widgets, I've another editor where
> I want to display text who came from the first editor
>
> I'm looking for the way to do it
>
> any hints ?
>
> regards
Re: communication between two editors [message #237412 is a reply to message #237394] Tue, 31 July 2007 10:43 Go to previous messageGo to next message
Kunal Chowdhary is currently offline Kunal ChowdharyFriend
Messages: 13
Registered: July 2009
Junior Member
Well, usually in such kind of scenarios its advicible to use share editing
domain. Once u have a refrence of editing domain, u can query aginst it to
get the corresponding resourceset created for the first editor. Available
resource must be having entries in the form of Notational and semantic
elements, provided u r using single file to persist the information.
Retrieved rsource can be queried to get the available objects and henceforth
text associated to it.

Thanks,
Kunal


"Alexandre Jaquet" <alexjaquet@gmail.com> wrote in message
news:f8muii$npc$1@build.eclipse.org...
> I've a graphical editor where I display widgets, I've another editor where
> I want to display text who came from the first editor
>
> I'm looking for the way to do it
>
> any hints ?
>
> regards
Re: communication between two editors [message #237417 is a reply to message #237412] Tue, 31 July 2007 12:19 Go to previous message
Eclipse UserFriend
Originally posted by: alexjaquet.gmail.com

Thanks I think I will simply use singleton to access the same resource
and share the instance between the editors.
Previous Topic:Overlapping of figures..
Next Topic:doSave not called
Goto Forum:
  


Current Time: Thu Apr 25 05:59:07 GMT 2024

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

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

Back to the top