Home
MPS Support | JetBrains
Submit a request
Community
Sign in
Vaclav Pech
Follow
New articles and posts
New articles, posts, and comments
Total activity
1302
Last activity
July 21, 2022 10:02
Member since
July 08, 2011 03:12
Following
0 users
Followed by
3 users
Votes
2
Subscriptions
491
Activity overview
Articles (0)
Posts (2)
Comments (807)
Sort by votes
Recent activity
Votes
Created
October 29, 2017 13:38
You need to install MPS, not IntelliJ IDEA. These are two different tools. MPS is a language workbench, while IDEA is a Java IDE. Vaclav
Community
MPS
[Research] Can I use MPS to accomplish making my own DSL for expense tracking?
1 vote
Created
October 24, 2017 06:30
Control/Cmd + Up/Down keys in combination with Shift + arrows are typically used for code selection. Mouse selection is indeed not supported. The robot language does not have any refactorings defin...
Community
MPS
Missing basic features
1 vote
Created
September 20, 2017 11:29
Hi Dmitry, 1. Right-click in the editor and choose "Preview generated text" 2. Yes, you can generate code in any language that you have installed in MPS. Java and XML come bundled, C and JavaScript...
Community
MPS
Is it possible to create a workflow-like DSL with MPS?
1 vote
Created
September 20, 2017 10:30
You should leverage the "strictly" parameter and also handle the cases when the user has not typed in the whole "student" word yet: if (strictly) { return "student".equals(pattern); } else { retu...
Community
MPS
Disabling code completion menu based on some flag using Substitute menu and also retrieving default code-completion behavior
1 vote
Created
September 19, 2017 06:04
You have to import the model that contains EditorSettings (j.m.nodeEditor). Use Control + R as a shortcut. Vaclav
Community
MPS
Defining header styles with font-size proportional to the font-size defined in the settings?
1 vote
Created
September 14, 2017 04:38
Could you describe in more detail the parts of your language that require n:m relationships? Maybe there's a better way to implement the desired structure. Vaclav
Community
MPS
bidirectional n:m relationship
1 vote
Created
August 08, 2017 10:08
If you do not want to invoke the action from the UI, you should take inspiration from the code in NewModelDialog and modify it for your own needs. Especially the doOKAction() method is worth checki...
Community
MPS
Copying Model
1 vote
Created
July 21, 2017 05:29
For such editor "magic", you need to employ the Menu Transform language. You can have a look at the languagePatterns sample project, namely "default substitute menu for AbstractRequestDescription"....
Community
MPS
Auto Detect type of concept
1 vote
Created
July 19, 2017 15:52
StructureB must implement INamedConcept for this to work.
Community
MPS
Problem transforming model to model
1 vote
Created
June 17, 2017 15:43
You have to define your target language in MPS in order to use it as a generation target. Alternatively, you may generate the target language as plain text. Check out https://blog.jetbrains.com/mps...
Community
MPS
Transformation to another language
1 vote
«
‹
3
4
5
6
7
8
9
10
11
12
13
›
»