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 recent activity
Recent activity
Votes
Created
December 28, 2022 13:47
copy-pasting the whole function won't work
Community
MPS
is there a way to get the type of pregenerated methods in mps?...
0 votes
Created
December 28, 2022 13:47
you need to be careful about what you are pasting. copy-pasting a list of statements should work fine
Community
MPS
is there a way to get the type of pregenerated methods in mps?...
0 votes
Created
December 28, 2022 13:47
try typing `instance`, selecting it and pressing Ctrl+Shift+P
Community
MPS
is there a way to get the type of pregenerated methods in mps?...
0 votes
Created
December 28, 2022 13:47
So pass that info to it as parameters
Community
MPS
is there a way to get the type of pregenerated methods in mps?...
0 votes
Created
December 28, 2022 13:47
You can extract the common logic into a separate class with a (static) method and call that method.
Community
MPS
is there a way to get the type of pregenerated methods in mps?...
0 votes
Created
October 26, 2022 13:20
have a look at the implementation, there are other methods with arguments searched before the one without is called
Community
MPS
Hello. I'm using the MPS build runner language to make some code run by building MPS on the command line. However, the main function invoked by the build runner is just a static function, and obtains ...
0 votes
Created
July 27, 2022 13:50
I think you need an action map with INSERT action on the cell for A's name that would do nothing. This should make MPS ignore the Enter key on that cell.
Community
MPS
Hello together, I have a question related to the editor. I've created two concepts A and B (both implements INamedConcept). Concept A can contain two different children, a single child B or a list of ...
0 votes
Created
July 25, 2022 11:43
Ok thanks, I will try that
Community
MPS
Hey, I have a root component A which has B as a child (B has a TextGen aspect and can also be a root, but isn't in this instance). I would like to generate (Java) code for A and use the text file gene...
0 votes
Created
July 25, 2022 11:43
Thanks for you reply. Hm. I'll try to explain again, because I'm not sure if I explained myself correctly. Suppose I have node A, implementing `IMainClass`, which is transformed into a Java progr...
Community
MPS
Hey, I have a root component A which has B as a child (B has a TextGen aspect and can also be a root, but isn't in this instance). I would like to generate (Java) code for A and use the text file gene...
0 votes
Created
June 10, 2022 09:41
You need to reevaluate the node so that a new result is attached. Also, that code should be modified to be more defensive, checking with instanceof before casting.
Community
MPS
I am using some objects from my runtime solution in my editor and I am seeing a weird classcastexception: java.lang.ClassCastException: class exchange.runtime.OrderBook cannot be cast to class exchang...
0 votes
«
First
‹
Previous
Next
›
Last
»