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
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
Created
January 20, 2017 22:13
Read-only status appears on modules, which are packaged. It doesn't depend on whether the module belongs to the project or was contributed by a project library setting. You can package your solutio...
Community
MPS
How to import solutions as read only
1 vote
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
December 23, 2015 00:34
For now, there's only a primitive way: editorModel.getModule().getModels().where(it.isAspectModel(YourAspect)).selectMany(it.roots<aspectConcept>) Surely it needs and will be improved further.Rega...
Community
MPS
custom aspects: accessing aspect source language
0 votes
Created
November 23, 2015 21:10
There's "build facets" for this purpose. https://confluence.jetbrains.com/display/MPSD33/HowTo+--+Integrating+into+the+MPS+Make+FrameworkIf you get latest sources (or the latest EAP from here https...
Community
MPS
How to get text representation of AST, or access to TextGen
0 votes
«
First
‹
Previous
Next
›
Last
»