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
December 09, 2015 17:16
Yes that is a double typo. It is MPS 3.3 EAP 4. The code is based on Fabien's org.campagnelab.mps.UI plugin. I'll update it to 3.3 RC1.
Community
MPS
Write access for node from JComponent
0 votes
Created
December 09, 2015 16:37
The question seems to be relevant again so i created a editor cell for checkboxes. You can find the project here (created with MPS 3.2 EAP 4).I also wrote a short post about it.
Community
MPS
Write access for node from JComponent
0 votes
Created
December 06, 2015 23:39
I looked into this and came to the conclusion that path variables can't be set from MPS except from the mentioned dialog (IntelliJ specific feature). You can however read them. Just type in the con...
Community
MPS
Defining Path Variables in Build Scripts
0 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
November 12, 2015 14:03
I don't think this is the shortest solution: model/YourLanguage.structure/.nodes(InterfaceConceptReference).where({~it => it.intfc.asConcept.isExactly(IEntity); }).select({~it => it.ancestor...
Community
MPS
Get every concept that's derived from an interface in my own 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
November 12, 2015 12:16
If you don't need an editor for the text files, you can always read it from a path. /* Behavior method */ public string getFileContents() { try { return FileUtils.readFileToString(new File...
Community
MPS
Embed Text File Ressources in my Language.
0 votes
Created
November 12, 2015 11:52
1. A mapping Script doesn't seem to work but you could use a button with an Listener or an intention in your editor that triggers the following code.2. For example: model structureModel = LanguageA...
Community
MPS
DSL Product Lines
0 votes
Created
November 12, 2015 10:48
A bit late but here is an attempt to answer this:stack.push(1.1) -> Float extends Double stack.push(1) -> Int extends Long -> Long extends Floatstack.push(1.1f) -> Float extends Double stack.push('...
Community
MPS
BaseLanguage Generics
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
«
First
‹
Previous
Next
›
Last
»