digital-ember
digital-ember
Hello, I use Force.tick for an animated application of force. I have a use case where a Entity, after a Force.tick call, comes back with "NaN" values for the x...
Using a OptionalCell in a EditorComponent produces the Warning: "Will be inlined. Override will not work.", whether or not the EditorComponent overrides another EditorComponent or not. This is confusing, especially...
Hi, this bug occurs with mbeddr platform build version 1.0.20402. pressing Ctrl+C when selecting a concept that projects a table we get the following NPE: java.lang.NullPointerException at de.itemis.mps.editor.celllayout.layout.AbstractGridLayout.toText(AbstractGridLayout.java:392) at de.itemis.mps.editor.celllayout.runtime.LayoutableCollectionAdapter.toText(LayoutableCollectionAdapter.java:491)...
I originally reported this in the unofficial MPS Slack: https://jetbrains-mps.slack.com/archives/C3YUV3YK0/p1713368543862319 When I use the font "JetBrains Mono" with a weight that is not "Regular", the font gets wider in case...
We've migrated to 2018.2.6. We have row-based structures that use the slisson.Table editor. Some of the "Row nodes" have a NodeAttribute. Ever since the migration, the role identifier of a...
Is it known/the intended behavior, that, if I have a sequence of transformation text where one string is a prefix of the other, that the order in which they appear...
Imagine a recursive structure like this:  The grammar.optional cell has the transformation text ":" and wraps a sequence. My expectation is that the corresponding side transformation only triggers for...
I don't quite understand the implementation for DELETE and BACKSPACE in the multiline runtime EditorCell_Word.executeTextAction() . If the caret is at the beginning (BACKSPACE) or at the end (DELETE), the...
When I press SHIFT+ARROW RIGHT with the caret being at the end of a multiline text cell and press ENTER, I get this exception: I use MPS 2023.3 and the...
I'm using version 2024.2.18.0, and it is my first time using Sandcastle. The following HTML swallows my whitespace between "Hello" and "World!". Is this intentional? ``` Hello World! ``` ...