JetBrains / MPS-extensions

MPS-extensions aims to ease language development within MPS.
https://jetbrains.github.io/MPS-extensions/
Apache License 2.0
83 stars 52 forks source link

Copy reference to EditorCell when copying from Cell Explorer #658

Closed alamqadem closed 11 months ago

alamqadem commented 1 year ago

As part of a pagination extension that I'm working on, the following feature would be useful. For the structure, we can inspect in the Logical View and by copying on a node, a reference to that node is copied and this can be used programmatically in the Console.

Similarly we can inspect the editor cells with Language Debug/Show Cell in Explorer.

At the moment copying on a node in the cell explorer doesn't copy a reference to the corresponding EditorCell_x class. We would like to be able to get a reference to an editor cell from the Cell explorer and then be able to use it programmatically in the Console.

alexanderpann commented 11 months ago

Implemented in #728