From 17583e2121d061e111e4f59dfda958d3d1f3dbf3 Mon Sep 17 00:00:00 2001 From: Alexander Pann Date: Wed, 4 Dec 2024 12:11:04 +0100 Subject: [PATCH 1/2] projectview: don't publish example views --- .../models/de.itemis.mps.extensions.build.mps | 95 ------------------- 1 file changed, 95 deletions(-) diff --git a/code/build/solutions/de.itemis.mps.extensions.build/models/de.itemis.mps.extensions.build.mps b/code/build/solutions/de.itemis.mps.extensions.build/models/de.itemis.mps.extensions.build.mps index 8cf495893..042ed05f2 100644 --- a/code/build/solutions/de.itemis.mps.extensions.build/models/de.itemis.mps.extensions.build.mps +++ b/code/build/solutions/de.itemis.mps.extensions.build/models/de.itemis.mps.extensions.build.mps @@ -15336,101 +15336,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - From adc7638770a71e6a6898c1f846bd7649415a3bb9 Mon Sep 17 00:00:00 2001 From: Alexander Pann Date: Wed, 4 Dec 2024 12:12:42 +0100 Subject: [PATCH 2/2] fix a formatting issue in the documentation --- docs/extensions/other/project-view.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extensions/other/project-view.md b/docs/extensions/other/project-view.md index 276c89ef4..92d372a5e 100644 --- a/docs/extensions/other/project-view.md +++ b/docs/extensions/other/project-view.md @@ -10,7 +10,7 @@ The platform contains a DSL to describe the structure of arbitrary alternative t already provides a drop-down menu to select from various views, and the DSL can contribute additional ones. The DSL supports the definition of arbitrary structures, labels, icons and actions and also lets you add additional nodes -that are useful for structuring the tree. To see how this DSL works, checkout the custom views defined in `com.mbeddr.mpsutil.projectview.views` solution as well as the mbeddr favourites view in the com.mbeddr.mpsutil.favourites.plugin plugin solution. +that are useful for structuring the tree. To see how this DSL works, checkout the custom views defined in `com.mbeddr.mpsutil.projectview.views` solution as well as the mbeddr favourites view in the `com.mbeddr.mpsutil.favourites.plugin` plugin solution. Below is a screenshot of that favourites view. favourites view