Home
MPS Support | JetBrains
Contact Support
Community
Sign in
Mihail Muhin
Total activity
390
Last activity
September 24, 2018 15:00
Member since
July 29, 2009 20:22
Following
0 users
Followed by
1 user
Votes
0
Subscriptions
132
Activity overview
Articles (0)
Posts (0)
Comments (258)
Sort by recent activity
Recent activity
Votes
Created
November 20, 2015 17:07
1. That's true, the lib in this case still needs to be in scope of working-solution. This is how MPS works, its classloaders structure can't be changed from "code" (solutions) However, if you want ...
Community
MPS
Design-time classpath of a solution, referenced from language
0 votes
Created
November 20, 2015 14:39
You are right, code, which is a part of a language, uses exactly classpath of this language when executed.In your case, IF (see below) you need to load a class from java-impl-solution, you want it ...
Community
MPS
Design-time classpath of a solution, referenced from language
0 votes
Created
May 23, 2015 14:14
You can add a new model root in any of your solutions or languages pointing to the folder where your 3rd party libs are contained. Let's call the folder F.To make it filesystem-independent, define ...
Community
MPS
How to reference 3rd party java libraries in MPS language?
0 votes
Created
May 14, 2015 00:19
Yep, now you can do it exactly you've as mentioned:conceptNode.setId(oldConceptNodeId);Currently, concept id is a pair of [languageId, conceptNodeId]. So, if the concept node has the same id as the...
Community
MPS
How to set a custom ID for a concept created via Open API?
0 votes
Created
April 14, 2015 17:51
You can do it the same way it's done in MakeSelectedModels or RebuildProject actions.The only problem that can appear here is that you can't know project from a model. You should somehow remember i...
Community
MPS
Rebuild Project Programmatically
0 votes
Created
April 03, 2015 17:03
Here's the answer http://forum.jetbrains.com/thread/Meta-Programming-System-2751. But note that this feature will be available in upcoming 3.2.1 and it is not made to be extendable
Community
MPS
hide the root instance?
0 votes
Created
April 03, 2015 13:07
Excluding concepts from "create root" menu will be possible since 3.2.1, which we plan to release in a couple weeks. See CreateRootFilterEP class (after release). It's quite easy to use - you can ...
Community
MPS
Create new concept only using intention...
0 votes
Created
November 23, 2014 23:48
There'a an access language for this. Look at "read action"/"write action"/"command". The last seems to be what you need
Community
MPS
Write access for node from JComponent
0 votes
Created
November 23, 2014 23:21
In MPS we test it just like fabma proposed.Also, see my reply to LaAck in this topic http://forum.jetbrains.com/thread/Meta-Programming-System-1050?message=Meta-Programming-System-1050-1 if you are...
Community
MPS
Text generator unit tests
0 votes
Created
November 23, 2014 23:07
The testing depends on what you test. constraints: while it's not possible to check completion menu, still if you want to test your constraining code (not how MPS completion menu works), you can m...
Community
MPS
DSL Testing
0 votes
«
First
‹
Previous
Next
›
Last
»