-
Notifications
You must be signed in to change notification settings - Fork 57
Merge maintenance/mps20251 into master #1659
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some code in MPS does not call 'can execute' before calling 'execute', especially in case of copy/paste actions. In particular, Selection#executeAction may be called without first checking the result of canExecuteAction. * Modify TableRangeSelection#executeAction to call canExecuteAction. * Modify TableSelectionActionMap entries' execute blocks to do nothing if copy/paste is not supported.
fix(tables): another fix for IAE during copy/paste
Collaborator
|
@alexanderpann please take a look at this, there are conflicts related to the dictionary changes. |
# Conflicts: # code/spellcheck/languages/de.itemis.mps.spellcheck/generator/templates/[email protected] # code/tables/languages/de.slisson.mps.tables/runtime/models/de/slisson/mps/tables/runtime/plugin.mps
alexanderpann
approved these changes
Nov 14, 2025
8c68489 to
0d65e7f
Compare
0d65e7f to
fe0fe89
Compare
Autolayout on init is run asynchronously and in case of a batch program that attempts to re-layout all diagrams, it would cause too many actions queued in EDT that later fail because the editor component was already disposed.
feat(diagram): a flag to suppress autolayout-on-init
Merge maintenance/mps20241 into maintenance/mps20251
sergej-koscejev
approved these changes
Nov 18, 2025
c3a8e87 to
1da4fbd
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merge changes from
maintenance/mps20251tomaster.