Skip to content

Commit

Permalink
Merge pull request #2397 from mbeddr/bugfix/actionsfilter_correct_pro…
Browse files Browse the repository at this point in the history
…file_in_settings

mpsutil.actionsfilter: fix preference page when default profiles with priorities are used
  • Loading branch information
alexanderpann authored Mar 28, 2024
2 parents 1f12d1a + 98c7272 commit 580adb7
Show file tree
Hide file tree
Showing 3 changed files with 258 additions and 107 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ Semantic Versioning and the changes are simply documented in reverse chronologic
- Interpreters now support data flow analysis.
- Action profiles now support priorities if multiple profiles are activated by default.

### Fixed

- Some small issues with the action profiles were fixed as well.

## com.mbeddr.doc

### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
<concept id="1139848536355" name="jetbrains.mps.lang.editor.structure.CellModel_WithRole" flags="ng" index="1$h60E">
<property id="1214560368769" name="emptyNoTargetText" index="39s7Ar" />
<property id="1139852716018" name="noTargetText" index="1$x2rV" />
<property id="1140114345053" name="allowEmptyText" index="1O74Pk" />
<reference id="1140103550593" name="relationDeclaration" index="1NtTu8" />
</concept>
<concept id="1073389214265" name="jetbrains.mps.lang.editor.structure.EditorCellModel" flags="ng" index="3EYTF0">
Expand Down Expand Up @@ -386,6 +387,8 @@
<property role="3F0ifm" value="with priority" />
</node>
<node concept="3F0A7n" id="7zBzSouLGPv" role="3EZMnx">
<property role="1$x2rV" value="0" />
<property role="1O74Pk" value="true" />
<ref role="1NtTu8" to="au0v:7zBzSouLw1w" resolve="defaultPriority" />
</node>
</node>
Expand Down
Loading

0 comments on commit 580adb7

Please sign in to comment.