Text Generation

Hello,

in the mps documentation, I have.

text gen component for concept CodeBlockConcept {
  (node, context, buffer)->void {}

But in the ide when I generated, I have

text gen component for concept CodeBlockConcept {
  (node)->void {}

How can I get the pattern of the documentation ?

0
2 comments

The documentation needs to be updated to reflect the recent changes to the signature.

 

0

how can I recover context from new template ?

0

Please sign in to leave a comment.