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.
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.