I have a customized Outline for an Xtext-based DSL creating new nodes and a different hierarchical structure in the Outline View. Cross-linking with the editor works fine when you click an Outline node. However, the reverse is not happening. I have two requirements: 1. When I click a semantic element in the editor, the Outline Node should be selected if "cross-linked" button is pressed 2. I want to keep the tree structure "expand-all" as I continue to edit the domain model
any pointers are helpful.
thanks in advance
regarding the expansion
package org.xtext.example.mydsl.ui;
Regarding the Linking:
Maybe you don't create the nodes correct. but you have to find out that yourself as well how to fix it