3

I would like to use mbeddr's grammar cells in MPS as shown here and in the linked video.

Therefore, I followed the instructions, downloaded the latest stable platform-distribution_2017_2_0.zip and copied all the plugins into my MPS 2018.1. Although the version numbers don't fit perfectly, after some restarting all plugins are without any errors (in the plugin manager).

Now, I don't know how I can use them in my own projects. Do I have do add somewhere something? Anything I have to pay attention to?

Blob
  • 75
  • 5

1 Answers1

4

You have to import the grammarcells language into the editor where you want to use it. Go to the editor where you want to use grammarcells, press Ctrl/Cmd+L+L, type "grammarcells" to find it, and then press Enter to import them. After that, you will be able to insert grammar cells into your editor.

Eugen Schindler
  • 351
  • 1
  • 6
  • Thanks, it's working. Could you also tell me, where I would have to go to make changes to the imports, for example to remove it? – Blob Aug 09 '18 at 11:01
  • 1
    Right-click the relevant model or language aspect where you want to add or remove dependencies, select Model Properties from the context menu, and in the Dependencies or Used Languages tabs depending on what you need, you can use the "+" and "-" buttons (right top side) to add or remove imports. – Eugen Schindler Aug 11 '18 at 10:17