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
May 18, 2017 13:21
The declaration of the "project" parameter is in the jetbrains.mps.ide.actions@java_stub model, so you should import it and you'll see project among action parameters. That's quite undiscoverable, ...
Community
MPS
Rebuild Project Programmatically
0 votes
Created
February 02, 2017 14:29
https://youtrack.jetbrains.com/issue/MPS-25298
Community
MPS
Runtime access to external JAR library
0 votes
Created
February 01, 2017 02:54
Hi, Eugen, Finally, I've investigated the issue and that's what happens. When the Native class tries to load library libjnidispatch.jnilib, it calls ClassLoader.getResource(). This method is not ...
Community
MPS
Runtime access to external JAR library
0 votes
Created
January 26, 2017 17:59
Hi, Eugen, It seems like JNA has some issues with MPS classloading. Though I have never used this library, I’ll try to investigate the problem. For that, I need: 1. some example where the librar...
Community
MPS
Runtime access to external JAR library
0 votes
Created
January 24, 2017 14:38
To create a plugin that contributes solutions, use Build Script Wizard: Logical View->right-click on a project-> New-> Build Solution
Community
MPS
How to import solutions as read only
0 votes
Created
January 24, 2017 14:36
This can be done by a build script. See mpsActions root for a simple example. You'll need to create a similar script to package your solution(s) and run it (by an action in script's context menu)
Community
MPS
How to import solutions as read only
0 votes
Edited
January 12, 2017 15:10
We don't have a property reference for now. If you need to reference a certain property in a certain node, use a pair (SNodeReference, SProperty). It will mean that you reference the property descr...
Community
MPS
Quick Fix: How to find a node by its unique id and change a property value
0 votes
Created
January 11, 2017 13:37
Finding a node by id in a model is done by calling SModel.getNode(SNodeId). Note that node id is unique inside a model, but not globally unique. So, at least you also need to know the model (e.g. a...
Community
MPS
Quick Fix: How to find a node by its unique id and change a property value
0 votes
Created
July 11, 2016 15:42
If you want to implement caches similar to those used by "usages search", please consider the following doc: http://www.jetbrains.org/intellij/sdk/docs/basics/indexing_and_psi_stubs/file_based_inde...
Community
MPS
Caching the information of a model
0 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
«
First
‹
Previous
Next
›
Last
»