diff --git a/CHANGELOG.md b/CHANGELOG.md index 95d18e25a..6ea862928 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ The project does _not_ follow Semantic Versioning and the changes are documented ### Added -- mpsutil.intentions: a new style attribute `intentions-in-read-only-cell` is now available to allow intentions in read-only cells. +- mpsutil.intentions: a new style attribute `intentions-in-read-only-cell` is now available to allow intentions in read-only cells. Single intentions can also be enabled or disabled in those cells through the intention "Toggle Show Intention In Read-Only Cell Annotation". - com.mbeddr.mpsutil.editor.querylist: Default editor cells now support style attributes. - de.slisson.mps.tables: tables now support a new property `row UI actions (experimental)`: This property adds actions to the MPS toolbar to add a new row above/below the current row or to delete the current row. These actions only work for simple tables that are based on rows (default: *false*). 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 c24f02e57..0c98c34e3 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 @@ -13002,6 +13002,11 @@ + + + + + diff --git a/code/intentionsmenu/com.mbeddr.mpsutil.intentions.runtime/com.mbeddr.mpsutil.intentions.runtime.msd b/code/intentionsmenu/com.mbeddr.mpsutil.intentions.runtime/com.mbeddr.mpsutil.intentions.runtime.msd index 2c931f104..463086ccb 100644 --- a/code/intentionsmenu/com.mbeddr.mpsutil.intentions.runtime/com.mbeddr.mpsutil.intentions.runtime.msd +++ b/code/intentionsmenu/com.mbeddr.mpsutil.intentions.runtime/com.mbeddr.mpsutil.intentions.runtime.msd @@ -17,10 +17,12 @@ 6354ebe7-c22a-4a0f-ac54-50b52ab9b065(JDK) 498d89d2-c2e9-11e2-ad49-6cf049e62fe5(MPS.IDEA) b92f861d-0184-446d-b88b-6dcf0e070241(com.mbeddr.mpsutil.intentions) + d7a92d38-f7db-40d0-8431-763b0c3c9f20(jetbrains.mps.lang.intentions) + @@ -49,7 +51,13 @@ + + + + + + diff --git a/code/intentionsmenu/com.mbeddr.mpsutil.intentions.runtime/models/com/mbeddr/mpsutil/intentions/runtime.mps b/code/intentionsmenu/com.mbeddr.mpsutil.intentions.runtime/models/com/mbeddr/mpsutil/intentions/runtime.mps index 2a5333214..0d535f7f3 100644 --- a/code/intentionsmenu/com.mbeddr.mpsutil.intentions.runtime/models/com/mbeddr/mpsutil/intentions/runtime.mps +++ b/code/intentionsmenu/com.mbeddr.mpsutil.intentions.runtime/models/com/mbeddr/mpsutil/intentions/runtime.mps @@ -6,6 +6,7 @@ + @@ -46,6 +47,8 @@ + + @@ -242,6 +245,9 @@ + + + @@ -249,7 +255,29 @@ - + + + + + + + + + + + + + + + + + + + + + + + @@ -275,6 +303,12 @@ + + + + + + @@ -283,6 +317,7 @@ + @@ -2222,18 +2257,6 @@ - - - - - - - - - - - - @@ -2248,6 +2271,17 @@ + + + + + + + + + + + @@ -2379,23 +2413,124 @@ - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + diff --git a/code/intentionsmenu/com.mbeddr.mpsutil.intentions/languageModels/editor.mps b/code/intentionsmenu/com.mbeddr.mpsutil.intentions/languageModels/editor.mps index 6ee904d78..1749d5ecf 100644 --- a/code/intentionsmenu/com.mbeddr.mpsutil.intentions/languageModels/editor.mps +++ b/code/intentionsmenu/com.mbeddr.mpsutil.intentions/languageModels/editor.mps @@ -233,5 +233,24 @@ + + + + + + + + + + + + + + + + + + + diff --git a/code/intentionsmenu/com.mbeddr.mpsutil.intentions/languageModels/intentions.mps b/code/intentionsmenu/com.mbeddr.mpsutil.intentions/languageModels/intentions.mps index f5ac57d42..b5eee5409 100644 --- a/code/intentionsmenu/com.mbeddr.mpsutil.intentions/languageModels/intentions.mps +++ b/code/intentionsmenu/com.mbeddr.mpsutil.intentions/languageModels/intentions.mps @@ -53,6 +53,9 @@ + + + @@ -84,10 +87,29 @@ + + + + + + + + + + + + + + + + + + + @@ -329,5 +351,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/code/intentionsmenu/com.mbeddr.mpsutil.intentions/languageModels/structure.mps b/code/intentionsmenu/com.mbeddr.mpsutil.intentions/languageModels/structure.mps index a1fdcab12..e0812550b 100644 --- a/code/intentionsmenu/com.mbeddr.mpsutil.intentions/languageModels/structure.mps +++ b/code/intentionsmenu/com.mbeddr.mpsutil.intentions/languageModels/structure.mps @@ -55,5 +55,21 @@ + + + + + + + + + + + + + + + + diff --git a/code/languages/com.mbeddr.mpsutil.intentions.sandboxlang/models/com.mbeddr.mpsutil.intentions.sandboxlang.intentions.mps b/code/languages/com.mbeddr.mpsutil.intentions.sandboxlang/models/com.mbeddr.mpsutil.intentions.sandboxlang.intentions.mps index 66c9991d7..e3943e0ad 100644 --- a/code/languages/com.mbeddr.mpsutil.intentions.sandboxlang/models/com.mbeddr.mpsutil.intentions.sandboxlang.intentions.mps +++ b/code/languages/com.mbeddr.mpsutil.intentions.sandboxlang/models/com.mbeddr.mpsutil.intentions.sandboxlang.intentions.mps @@ -43,6 +43,7 @@ + @@ -248,5 +249,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +