Home
MPS Support | JetBrains
Submit a request
Community
Sign in
fxlex
Follow
New posts
New posts and comments
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 votes
Recent activity
Votes
Created
December 06, 2015 22:15
Model Listeners (com.mbeddr.mpsutil.modellisteners) of the Mbeddr Platform can do this. Just import it and add a ConceptModelListeners to the constraints aspect. model listeners for <no concept> { ...
Community
MPS
Actions when children were added
1 vote
Created
December 12, 2015 19:46
list<SModel> models = new arraylist<SModel>; models.addAll(new ProjectScope(ProjectHelper.getProject(editorContext.getRepository())).getModels()); models.forEach({~it => nlist<> rootNodes = ne...
Community
MPS
Traversing all nodes of every model
1 vote
Created
December 23, 2015 18:00
Maybe he meant LanguageAspectSupport.isAspectModel(model)?This class also contains another useful method:LanguageAspectSupport.getAspectModels(module)
Community
MPS
custom aspects: accessing aspect source language
0 votes
Created
November 12, 2015 12:41
If you right click -> Go to rule which caused error you see that the checking rule check_PropertyDeclaration caused the error. It checks if the property is already declared. findPropertyDeclaration...
Community
MPS
Creating a new structure language
0 votes
Created
December 13, 2015 18:56
Looks interesting. One possible improvement: If you want better usability you could get rid of the intentions and boolean values (used for example for optional groups of elements) and use the new M...
Community
MPS
Grammar to describe a projectional editor
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
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 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 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
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
1
2
3
›
»