Home
MPS Support | JetBrains
Submit a request
Community
Sign in
danilla
Total activity
26
Last activity
January 12, 2016 13:59
Member since
October 02, 2014 09:05
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
11
Activity overview
Posts (0)
Comments (15)
danilla
commented,
March 17, 2015 09:16
first i create a Extension node attribute: concept Extension extends NodeAttriute attributed concepts: FieldDeclarationthen i create a ExtensionFieldMethodCall concept: concept ExtensionField...
Community
MPS
Implement xtend's extension methods?
0 votes
danilla
commented,
March 16, 2015 13:35
Hi John, could you elaborate on what kind of issue you're having, please?At first, it looks like you're asking a general question, but then if you have some specific issue I could end up telling th...
Community
MPS
Implement xtend's extension methods?
0 votes
danilla
commented,
February 25, 2015 11:56
Hi KunalNo, it would mean the same as "/" – the root of plugin dir.For reference, see class PluginLibrariesContributor String libraryPath = pluginPath + library.dir; where library.dir is exactl...
Community
MPS
what does mps.LanguageLibrary tag mean in plugin.xml
0 votes
danilla
commented,
February 20, 2015 14:21
Hi mps_beginner!Regarding mps.LanguageLibrary, it specifies relative path to where modules will be searched for. It is relative to plugin root. That dir will be scanned and modules loaded into repo...
Community
MPS
what does mps.LanguageLibrary tag mean in plugin.xml
0 votes
danilla
commented,
February 20, 2015 13:58
Hi MarcoIndeed, as Vaclav said, we're currently working exactly on the mechanism of deriving editing behaviour from not really grammar but a very grammar-like description. If you're into it then it...
Community
MPS
New Javascript language for MPS or... a sort of.
0 votes
danilla
commented,
February 20, 2015 13:23
Hi, mps_beginner!Instead of MPSModuleRepository, please use ProjectRepository(myProject). You can either instantiate it or use ProjectHelper.getProjectReposiory() or ProjectHelper.getModelAccess() ...
Community
MPS
How to add/create a Node to a Model from OpenAPI
0 votes
danilla
commented,
January 13, 2015 10:34
Hi KunalAre you sure project was successfully built? Just guessing: please try git clean -dfx in project dir and then re-build the project.
Community
MPS
How to import MPS Plugin Project as MPS projects
0 votes
danilla
commented,
November 11, 2014 10:56
Guys, can we include me, too? As I could be of help wrt Idea plugin.daniil.elovkov at jetbrains.com
Community
MPS
Using MPS inside IntelliJ IDEA
0 votes
danilla
commented,
October 03, 2014 07:23
link {clazz} referent set handler:<none> scope: ... I'll play around with the parameters and API and see if I get somewhere.Yes, exactly there The lifting part is still a bit abstract for ...
Community
MPS
Java code completion in MPS
0 votes
danilla
commented,
October 02, 2014 10:10
HiFirst of all, you'll need to lift classes to the model level, to be able to reference them in your programs. For that we have java class 'stubs'. They are called stubs because they lift only the ...
Community
MPS
Java code completion in MPS
0 votes