diff --git a/CHANGELOG.md b/CHANGELOG.md index 6168b85e17..14e9ff8c98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,13 +10,15 @@ The format is *loosely* based on [Keep a Changelog](https://keepachangelog.com/e - *de.slisson.mps.tables* IllegalArgumentException thrown when copy-paste support is not defined for a table node (#1650). - *de.slisson.mps.tables* Textgen warning about duplicate unit name when an editor model contains multiple tables without an action map. +- *de.itemis.mps.editor.pagination* A NullPointerException was fixed for cases where the clicked node was null. ## October 2025 ### Fixed -- *de.itemis.mps.extensions.build* Version number is now set correctly in the `build.properties` file inside the published artifact. +- *de.itemis.mps.comparator* The freeze was fixed when opening the diff viewer and indexing was going on in the background. - *de.itemis.mps.editor.bool.runtime* Improve loading of checkbox images to work in scenarios where the node being edited is not part of a model (even if only temporarily). +- *de.itemis.mps.extensions.build* Version number is now set correctly in the `build.properties` file inside the published artifact. ### Changed diff --git a/code/pagination/solutions/de.itemis.mps.editor.pagination.runtime/models/de.itemis.mps.editor.pagination.runtime.plugin.utils.mps b/code/pagination/solutions/de.itemis.mps.editor.pagination.runtime/models/de.itemis.mps.editor.pagination.runtime.plugin.utils.mps index c751d87ff5..514b3c8347 100644 --- a/code/pagination/solutions/de.itemis.mps.editor.pagination.runtime/models/de.itemis.mps.editor.pagination.runtime.plugin.utils.mps +++ b/code/pagination/solutions/de.itemis.mps.editor.pagination.runtime/models/de.itemis.mps.editor.pagination.runtime.plugin.utils.mps @@ -17,6 +17,7 @@ + @@ -27,6 +28,12 @@ + + + + + + @@ -119,6 +126,7 @@ + @@ -756,13 +764,21 @@ - - - - + + + + - + + + + + + + + + @@ -773,6 +789,9 @@ + + + diff --git a/code/solutions/de.itemis.mps.extensions.changelog/models/de.itemis.mps.extensions.changelog.mps b/code/solutions/de.itemis.mps.extensions.changelog/models/de.itemis.mps.extensions.changelog.mps index 89d2d4f313..54db8caa41 100644 --- a/code/solutions/de.itemis.mps.extensions.changelog/models/de.itemis.mps.extensions.changelog.mps +++ b/code/solutions/de.itemis.mps.extensions.changelog/models/de.itemis.mps.extensions.changelog.mps @@ -354,6 +354,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +