Home
MPS Support | JetBrains
Contact Support
Community
Sign in
Cheetah
Total activity
87
Last activity
May 30, 2023 09:56
Member since
March 28, 2022 14:22
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
38
Activity overview
Posts (9)
Comments (40)
Sort by recent activity
Recent activity
Votes
Created
June 10, 2022 08:45
Here is a doc on how to setup custom plugin repository https://www.jetbrains.com/help/mps/2021.3/managing-plugins.html#repos As far as I got after your user setup custom plugin repository he/she wi...
Community
MPS
Does anyone have any experience to share about setting up a plugin repository for your languages? It seems like an interesting alternative to building an new standalone IDE with plugins bundled everyt...
0 votes
Created
June 10, 2022 08:44
It seems I saw one such case. I'll try to check it.
Community
MPS
Does anyone have any experience to share about setting up a plugin repository for your languages? It seems like an interesting alternative to building an new standalone IDE with plugins bundled everyt...
0 votes
Created
June 10, 2022 08:44
I'm was thinking if JetBrains fits, but you probably want a private plugin repository to share plugins only with your customers, right?
Community
MPS
Does anyone have any experience to share about setting up a plugin repository for your languages? It seems like an interesting alternative to building an new standalone IDE with plugins bundled everyt...
0 votes
Created
June 03, 2022 12:06
Indeed, is it possible to integrate the voice menu as an API in a Mobile or Web application? If so, how should I proceed.
Community
MPS
Hello everyone, I am a beginner in MPS, I generated an XML code, but I don't know how to integrate this MPS code in Java? For example if we want to exploit/use Menu voice (an example available on the...
0 votes
Created
May 19, 2022 13:04
Hmm. if you needed to use reflective editor then it doesn't work that good. I was able to add property macro without reflective editor, I selected the property, opened intentions menu (Alt+Enter) a...
Community
MPS
Hey guys, we want to move generated files to subfolders after generation (depending on virtual package). For TextGenText or XML file concept it works with @CopyOutcome annotation. But for a ClassConce...
0 votes
Created
May 19, 2022 13:04
I know there is a `package` property in inspector for any ClassConcept instance. It defines package for corresponding generated class. ClassConcept with generator template also has it's property an...
Community
MPS
Hey guys, we want to move generated files to subfolders after generation (depending on virtual package). For TextGenText or XML file concept it works with @CopyOutcome annotation. But for a ClassConce...
0 votes
Created
May 19, 2022 12:05
TLDR for everybody: Don't end up generating thousands of anonymous classes, textgen will choke on it.
Community
MPS
When generating code from our model, we're sometimes hitting this timeout: <a href='https://github.com/JetBrains/MPS/blob/ccf01300ff0b5df8485ed1d5e335ff97c710980f/languages/core/core/source_gen/jetbra...
0 votes
Created
May 19, 2022 12:05
So it seems we should reduce the number of anonymous classes we're generating. Cleanup of our models are a first step, since there's some duplication. Next I want to try if using lambda expressions...
Community
MPS
When generating code from our model, we're sometimes hitting this timeout: <a href='https://github.com/JetBrains/MPS/blob/ccf01300ff0b5df8485ed1d5e335ff97c710980f/languages/core/core/source_gen/jetbra...
0 votes
Created
May 19, 2022 12:05
I built MPS from source (was easier than expected) and ran it with a profiler attached. Turns out, the textgen threads spend the majority of their time in `AnonymousClass__BehaviourDescriptor.getIn...
Community
MPS
When generating code from our model, we're sometimes hitting this timeout: <a href='https://github.com/JetBrains/MPS/blob/ccf01300ff0b5df8485ed1d5e335ff97c710980f/languages/core/core/source_gen/jetbra...
0 votes
Created
May 19, 2022 12:05
Thanks, I've filed an issue to let me increase the limit here: A successful build of our model generates about 4000 class files with about 15MB total. Splitting the model might help. I would als...
Community
MPS
When generating code from our model, we're sometimes hitting this timeout: <a href='https://github.com/JetBrains/MPS/blob/ccf01300ff0b5df8485ed1d5e335ff97c710980f/languages/core/core/source_gen/jetbra...
0 votes
«
First
‹
Previous
Next
›
Last
»