Home
MPS Support | JetBrains
Submit a request
Community
Sign in
fxlex
Total activity
59
Last activity
January 12, 2016 14:08
Member since
August 23, 2014 12:01
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
25
Activity overview
Posts (5)
Comments (29)
Sort by recent activity
Recent activity
Votes
Created
September 17, 2015 16:30
I’m afraid but I’m just assuming. I would also love to have more information about this.
Community
MPS
MPS Roadmap
0 votes
Created
September 16, 2015 14:17
If anyone’s interested, the project’s github page is https://github.com/JetBrains/jetpad-projectional
Community
MPS
MPS Roadmap
0 votes
Created
September 09, 2015 19:48
You could also use a generator instead of textgen (for example with this plugin or something similar) and multiple root mapping rules.
Community
MPS
ObjC Language Model
0 votes
Created
July 09, 2015 16:32
I think this isn't implemented. At least in textgen there aren't any line numbers. See this request. Strg/Cmd + Shift + A -> "Show line numbers" is also permanently disabled.
Community
MPS
Line numbers in MPS editor
0 votes
Created
July 06, 2015 14:18
I experienced this as well. As a workaround you can either reopen your project or click Menu->Tools->Reload All Classes.
Community
MPS
UI in the model aspect
0 votes
Created
July 01, 2015 18:57
You basically have to add a swing component to your editor, import javax.swing as a dependency and create your component. If you want to interact with nodes you have to use a runWriteActionCommand....
Community
MPS
UI in the model aspect
0 votes
Created
June 16, 2015 21:13
IfStatement implements IDontSubstituteByDefault therefore your IfStatement won't substitute. Add a new node substitute actions. node substitute actions SubstituteMyIfStatement substituted node...
Community
MPS
Extending IfStatement
0 votes
Created
June 15, 2015 18:57
Yes, this is my guess on how to achieve this. Perhaps de.slisson.mps.tables would be a better choice and already has abilities like this. Maybe @slisson could answer this question better because he...
Community
MPS
Tabular Editor (Turn on/off of borders)
0 votes
Created
June 13, 2015 15:37
I don't think that you can change it. Is is hard coded.You could extend EditorCell_Table, override paintCell() and add the table as a custom cell like: new AbstractCellProvider() { public Edito...
Community
MPS
Tabular Editor (Turn on/off of borders)
0 votes
Created
August 23, 2014 16:11
Your solution nearly worked for me. I imported jetbrains.mps.smodel@java_stub in editor and changed the code to component provider: (node, editorContext)->JComponent { final JCheckBox check = ne...
Community
MPS
Write access for node from JComponent
0 votes
«
First
‹
Previous