diff --git a/CHANGELOG.md b/CHANGELOG.md index d1eee6959..7446c069d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ The project does _not_ follow Semantic Versioning and the changes are documented - A new language `de.itemis.mps.statistics` was added that adds a new menu `MPS Statistics` to the `Tools` menu. The containing action writes a file `dependencies.txt` to the root folder. It contains all the used dependencies of the current project. - de.slisson.mps.tables: tables now support a new property `column UI actions (experimental)`: This property adds actions to the MPS toolbar to add a new column above/below the current column or to delete the current column. These actions only work for simple tables that are based on rows (default: *false*). +### Fixed + +- The performance of the language `de.itemis.mps.linenumbers` was improved. + ### Changed - mpsutil.intentions: Intentions available in read-only cells are not available anymore when the annotation showIntentionInReadyOnlyCell is not added. diff --git a/code/linenumbers/de.itemis.mps.linenumbers/de.itemis.mps.linenumbers.msd b/code/linenumbers/de.itemis.mps.linenumbers/de.itemis.mps.linenumbers.msd index e02b19650..72debd89b 100644 --- a/code/linenumbers/de.itemis.mps.linenumbers/de.itemis.mps.linenumbers.msd +++ b/code/linenumbers/de.itemis.mps.linenumbers/de.itemis.mps.linenumbers.msd @@ -26,6 +26,7 @@ + diff --git a/code/linenumbers/de.itemis.mps.linenumbers/models/de.itemis.mps.linenumbers.plugin.mps b/code/linenumbers/de.itemis.mps.linenumbers/models/de.itemis.mps.linenumbers.plugin.mps index 7f7065cd2..f02869a77 100644 --- a/code/linenumbers/de.itemis.mps.linenumbers/models/de.itemis.mps.linenumbers.plugin.mps +++ b/code/linenumbers/de.itemis.mps.linenumbers/models/de.itemis.mps.linenumbers.plugin.mps @@ -9,6 +9,7 @@ + @@ -224,6 +225,7 @@ + @@ -234,6 +236,7 @@ + @@ -306,6 +309,18 @@ + + + + + + + + + + + + @@ -320,14 +335,10 @@ - - - - - - - + + + @@ -2048,6 +2059,28 @@ + + + + + + + + + + + + + + + + + + + + + + @@ -2257,6 +2290,14 @@ + + + + + + + + @@ -2651,90 +2692,67 @@ - - - - - - - - + + + + + + + + + - - - - - - - - + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + - - - - - - - - - - + + + + + + + + + + @@ -3228,6 +3246,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +