Home
MPS Support | JetBrains
Contact Support
Community
Sign in
Coyote
Total activity
149
Last activity
May 30, 2023 09:57
Member since
February 21, 2022 16:45
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
72
Activity overview
Posts (11)
Comments (66)
Sort by votes
Recent activity
Votes
Created
May 16, 2022 10:27
I solved it like this.. I checked for the occurance of the pasted node ID and checked for the count. Based on that I set a flag whether its cut or copy.. And accordingly I created a new ID for the...
Community
MPS
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
Created
May 16, 2022 10:26
simple F5 on the logical view does not work? Which MPS-Version are You using?
Community
MPS
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
Created
May 13, 2022 16:22
to avoid specifying the generator on every model one usually creates a devkit with the necessary languages and a generation plan, then the users only have to use the devkit to get both the language...
Community
MPS
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
Created
May 13, 2022 16:22
Then there are generation plans, etc. It's possible that generators from a particular language only get involved if the model uses the language 'for real', i.e. has a node with a concept from that...
Community
MPS
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
Created
May 13, 2022 16:22
there's another setting in model properties, 'Languages engaged on generation' (on the Advanced tab). This might help.
Community
MPS
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
Created
May 13, 2022 16:22
Did you 'import the appropriate extension language', i.e. gen1 or gen2, into your model?
Community
MPS
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
Created
May 09, 2022 10:43
Do you want to do performance testing or just unit testing? For the latter, you may take a look at https://www.jetbrains.com/help/mps/testing-languages.html#testingaspectsoflanguagedefinitions
Community
MPS
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
Created
May 09, 2022 10:30
You need both.
Community
MPS
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
Created
May 09, 2022 10:30
I think you specified _module_ dependency, not _model_ dependency.
Community
MPS
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
Created
May 09, 2022 10:30
Did you import the model that contains the class? Use Ctrl+R and search for Date or use Ctrl+M and search for java.util@stub
Community
MPS
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
«
First
‹
Previous
Next
›
Last
»