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
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
Created
June 10, 2022 09:41
If the module containing the OrderBook class is rebuilt, it is reloaded and the old classes are incompatible with the newly loaded ones
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
Created
June 10, 2022 09:41
The user object that is attached here came from before the module was reloaded, but now it's being cast to the new incarnation of OrderBook class so it fails.
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
Created
June 10, 2022 09:33
If not, when can we expect one?
Community
MPS
Is there already a version of mbeddr.platform that is compatible with MPS 2021.3?...
1 vote
Created
June 10, 2022 09:20
Thank you!
Community
MPS
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
Created
May 24, 2022 09:44
Thank you very much Slack user:U6K3FGW3U> Is there any documentation reference? Is this what you are referring to?
Community
MPS
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
«
First
‹
Previous
Next
›
Last
»