Home
MPS Support | JetBrains
Contact Support
Community
Sign in
MPS Support | JetBrains
Community
Community
New post
Show topics
Show all posts
Show all
All
Planned
Not planned
Completed
Answered
No status
Sort by newest post
Newest post
Recent activity
Votes
Comments
votes
comments
Coyote
Last update
June 10, 2022 09:20
Hello, is there a way to programmatically check the current MPS theme that is applied? If there is where can I find it?...
0 votes
3 comments
0
3
Rabbit
Last update
June 10, 2022 08:45
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
7 comments
0
7
Paul Folbrecht
Last update
July 18, 2024 11:42
Creating an Idea MPS Language plugin with Gradle
0 votes
3 comments
0
3
Cheetah
Last update
June 03, 2022 12:06
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
5 comments
0
5
Leonrudolphh
Last update
June 01, 2022 08:04
Plaintextgen
0 votes
2 comments
0
2
Lion
Last update
May 24, 2022 09:45
I am trying to define custom behaviour on some key press actions.. Like for eg: If the user hits enter on a cell, I want some action to perform. I use `Cell Action Map` and `Cell Keymap` for this.. Fo...
0 votes
4 comments
0
4
Coyote
Last update
May 24, 2022 09:44
My previous message might have been unclear, so I hope this one clarifies more. I have developed a language in MPS, which has input fields and a result field. In the result, I would like to populate t...
0 votes
9 comments
0
9
Beaver
Last update
May 24, 2022 09:42
I'm working on a new project, and it needs to have Java stub concepts available to it from a library JAR. However, this library JAR needs downloaded based on a parameter in a concept the user creates ...
0 votes
3 comments
0
3
Dragon
Last update
May 24, 2022 09:40
Hi everyone, can I find the parent name of a child concept? or should I add a reference to it parent? For example, Concept A Children: concept B In textGen I will add the concept B with its propert...
0 votes
6 comments
0
6
Giraffe
Last update
May 19, 2022 13:04
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
4 comments
0
4
Dragon
Last update
May 19, 2022 12:45
Hello! Is there a YAML generator that someone has created? I'm looking for ways to approach this issue....
0 votes
4 comments
0
4
Giraffe
Last update
May 19, 2022 12:08
How the compilation of Java files is triggered after textgen is ran? I would like to execute some code after I complete generate something into text. I see there are post-processing scripts which ran ...
0 votes
5 comments
0
5
Cheetah
Last update
May 19, 2022 12:05
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
6 comments
0
6
Coyote
Last update
May 16, 2022 10:27
This is regarding the copyPaste handlers.. So how do I know, whether the action is CUT or COPY? It seems like both these actions call this handler.. I need to set a different ID if the action is COPY....
0 votes
2 comments
0
2
Eagle
Last update
May 16, 2022 10:26
Hi, I am doing some git operations outside MPS. The editor keeps showing the old contents, so I need a way to force MPS to re-read the model(s) from disk. I am using `StoreReloadManager.getInstance()...
0 votes
6 comments
0
6
Dragon
Last update
May 16, 2022 10:23
Hello, is there a nice way of getting some sort of hash representation of a node (that would include children etc)?...
0 votes
5 comments
0
5
Lion
Last update
May 16, 2022 10:22
Hi everyone, can anyone help me on how to use richtext language???...
0 votes
4 comments
0
4
Cheetah
Last update
May 13, 2022 16:22
I would like to have two generators with 1 language. Conform <a href='https://www.jetbrains.com/help/mps/generator-cookbook.html#howtogeneratemultipletargetsfromsinglesource?'>this</a> hint, I made tw...
0 votes
9 comments
0
9
Beaver
Last update
May 13, 2022 10:11
Hello, we have a case where we display a large number of nodes (rootsIncludingImported) in a substitution a href='http://menu.It'menu.It/a takes a long time to display the nodes. Is there any way to e...
0 votes
3 comments
0
3
Rabbit
Last update
May 09, 2022 10:43
Hi, as our project grows and code generation becomes slower we are at the point where we would like to start testing concept behaviour files and pre-processing scripts so we can protect business logic...
0 votes
2 comments
0
2
Rabbit
Last update
May 09, 2022 10:30
I am using ‘BlockStatement’ from base-language as the basis for a script language concept. I’ve been experimenting calling Java stubs imported / generated from a Jar (having followed the instructio...
0 votes
5 comments
0
5
Coyote
Last update
May 09, 2022 10:19
Hi. I have packaged a set of jars in an MPS plugin, so that I can have them available as stubs in a nice scoped way (Similar to the JDK). The language in which I use the classes from the jars compile ...
0 votes
10 comments
0
10
Coyote
Last update
May 09, 2022 10:07
Hi everyone! I'm brand new to MPS and I already have a question. I'm trying to get the SNodeId from an existing file. I can right click the file, get the ID and 'Mock' it on the code and everything wi...
0 votes
3 comments
0
3
Coyote
Last update
May 09, 2022 10:02
Hi can someone help me understand what is the difference between children and reference (i don't quite understand the definition on the guide). Thanks....
0 votes
5 comments
0
5
Cheetah
Last update
May 04, 2022 12:24
MPS has a startup option that will make MPS show a ‘developers’ menu, where you can e.g. see all action ID’s and much other internal information. I have used this before, but have forgotten how this o...
0 votes
5 comments
0
5
Giraffe
Last update
May 04, 2022 10:59
So, I've had some thoughts about MPS scopes and references for a while now and I wanted to get some input. Personally, I feel that the current way references and scopes are done is very limited. A g...
0 votes
3 comments
0
3
Eagle
Last update
May 04, 2022 10:46
I wonder if it's high time for the version number to be a part of the MPS title bar. Or at least an option to do so. It's getting confusing if you have a few versions (2 or 3, including EAP) running, ...
0 votes
2 comments
0
2
Giraffe
Last update
May 04, 2022 10:44
Hi all, I have created a language with new concepts, these concepts each have a icon described (as below), and they display all the time my language is open in an editor. However when I use the lang...
0 votes
6 comments
0
6
Rabbit
Last update
May 04, 2022 10:40
Hi all, If the name of the node is duplicated in a model, is there any way to show an error on the duplicated node in the logical view of mps ?...
0 votes
2 comments
0
2
Eagle
Last update
May 04, 2022 10:28
Is it possible to run a generator programmatically on a model that I have created in a testcase?...
0 votes
7 comments
0
7
«
First
‹
Previous
Next
›
Last
»