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
December 28, 2022 13:42
what do your quick fixes that you've written look like?
Community
MPS
I have a strange scenario now. One of my colleague who was working in v.1 (verison 1)_ and created a project.. He opened up the project in v.2.. Meanwhile v.2 had some concept changes underwent for a ...
0 votes
Created
December 28, 2022 13:42
no, it should have generated Java code
Community
MPS
I have a strange scenario now. One of my colleague who was working in v.1 (verison 1)_ and created a project.. He opened up the project in v.2.. Meanwhile v.2 had some concept changes underwent for a ...
0 votes
Created
December 28, 2022 13:42
Right click → _Preview Generated Text_ → copy text in the old version: Right click → _Paste as Java Class Content_ or _Paste as Java Statements_
Community
MPS
I have a strange scenario now. One of my colleague who was working in v.1 (verison 1)_ and created a project.. He opened up the project in v.2.. Meanwhile v.2 had some concept changes underwent for a ...
0 votes
Created
December 28, 2022 13:42
There's not much impact besides error messages, I'd say. MPS nodes are basically like hashmaps on the lowest level.
Community
MPS
I have a strange scenario now. One of my colleague who was working in v.1 (verison 1)_ and created a project.. He opened up the project in v.2.. Meanwhile v.2 had some concept changes underwent for a ...
0 votes
Created
December 28, 2022 13:42
It might be fixable through an intention. If you want to fix it programmatically, you can write the code to do so in the newer version and then copy-paste the _generated_ Java code into the older ...
Community
MPS
I have a strange scenario now. One of my colleague who was working in v.1 (verison 1)_ and created a project.. He opened up the project in v.2.. Meanwhile v.2 had some concept changes underwent for a ...
0 votes
Created
October 26, 2022 13:22
Oh is it? May be I should pull the latest MPS-extensions for more update. I will have a look. thanks a lot!
Community
MPS
Hi, I have a standalone and while launching the standalone I want to customize what sections or tabs of MPS tool should be visible. 1. I would want the inspector view to be open always. 2. I have a cu...
0 votes
Created
October 26, 2022 13:22
Thanks a lot! I think these Selection Listeners will be helpful. I will try and update.
Community
MPS
Hi, I have a standalone and while launching the standalone I want to customize what sections or tabs of MPS tool should be visible. 1. I would want the inspector view to be open always. 2. I have a cu...
0 votes
Created
October 26, 2022 13:14
Yeah, did that. The problem that I had turned out to be completely unrelated: after searching in the logging, I found that I missed specifying some dependencies (plaintextgen and plaintextflow) in ...
Community
MPS
Does anyone know if @CopyOutcome annotation on a generator template behaves differently in the MPS IDE than on a command line build via build solution?...
0 votes
Created
July 25, 2022 11:48
Thanks Markus, I highly value your take on this and I think it is a nice, simple description. :+1:
Community
MPS
The term _base language_ is used a lot in MDD & LOP and I guess it is one of those things where people develop a understanding for, naturally. But is there a definition somewhere of what a base la...
0 votes
Created
June 10, 2022 09:20
You can check current look and feel like this: ```LafManager.getInstance().getCurrentLookAndFeel().getName()``` If you need check if theme is dark or not you can do it like this: ```UIUtil.isUnderD...
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
«
First
‹
Previous
Next
›
Last
»