Open alfonsodelavega opened 2 months ago
Thanks for the PR! My suggestion would be to
All Entities
the default view to be shown when the Picto view opensReadme
, Stats
and Types
after the Entities
folderOn a related note I had to upgrade the domainmodel.target
target platform to use http://download.eclipse.org/releases/2024-09
for this to work on my MacBook M3 and also had to comment out <unit id="org.eclipse.sdk" version="0.0.0"/>
as it couldn't get resolved (not sure why as this used to work). After doing that I was able to get this to work, but then when I select the Readme
view, I get the following error:
This PR adds a PlantUML-based transformation to visualise the entities of the Xtext's
dmodel
language:doc
element for each entity, which is shown as a note in the viewsAdditional views:
The previous Graphviz transformation has been maintained as well, as it is referenced in the Xtext article. That article will be updated to reflect these new visualisations.