[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] Re: weird behavior from the navigator(s) ?

Hello!

I post here because it's also a weird behavior of the navigator! In fact, I have posted here:
http://dev.eclipse.org/newslists/news.eclipse.modeling.gmf/msg13246.html
a question about how to open sub editors from the navigator.


By this time, i was working on Eclipse3.4_GMF2.1M6a. Now I am working on Eclipse3.3 with the stable release of GMF.

I have always had the same behavior from the navigator (no direct access to sub-diagrams).Today, I discovered that my navigator created something like this:

default.x_diagram
+A-a node for the root of the main editor
+ child node
+child node (B1 and B2 are a children of this node)-
Note : I double clik on the last node to open a sub-editor where I create B1 and B2. No access to this one!


 +B1-a node for the root of the sub-editor
   + child node
     +child node

 +B2-a node for the root of the sub-editor
   + child node
     +child node

And by double cliking on the A or B I have access to the corresponding diagram. It would be a great news if I knew how the original problem "resolved it-self".

Can someone give me a kind of clue on how gmf did this ? I think there is an property in the gmfgen that did it but I don't know wich one.