Home
MPS Support | JetBrains
Submit a request
Community
Sign in
Evgeny.Gryaznov
Follow
New posts
New posts and comments
Total activity
128
Last activity
January 12, 2016 13:41
Member since
May 20, 2010 09:48
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
49
Activity overview
Posts (0)
Comments (79)
Sort by recent activity
Recent activity
Votes
Created
August 01, 2012 11:34
Try the new build language (jetbrains.mps.build), available since 2.5. The one you are using is now obsolete. For inspiration, take a look at jetbrains.mps.ide.build solution (that's how we build M...
Community
MPS
How to use/generate ant aka. buildlanguage projects in MPS
0 votes
Created
June 13, 2012 14:23
Importing all root nodes from visible models could end in performance problems. I suppose you invoke nodesIncludingImported on transient model (which doesn't have any imports). Try:genContext.origi...
Community
MPS
Referencing to a class generated in another language/generator
0 votes
Created
June 13, 2012 13:40
IScope provides a set of modules which are visible in the context (IModuleScope is a better name). In most cases you get scope for a module, i.e. it contains all modules visible (in terms of depend...
Community
MPS
Referencing to a class generated in another language/generator
0 votes
Created
June 13, 2012 13:20
Models are generated one by one. During generation you cannot reference to output nodes of any other model except the current one. For Java we use two approaches:1) import generated classes as Java...
Community
MPS
Referencing to a class generated in another language/generator
0 votes
Created
March 30, 2012 17:57
Behavior methods are just generic model queries. They can be used from anywhere, for example from the editor. If you need a generator-specific method, add a parameter of gencontext type into it. Lo...
Community
MPS
Create test cases for generation exceptions
0 votes
Created
March 30, 2012 17:50
We have a sandbox solution per language with sample models. On build server we validate it, using test generation Ant task (mps.test.generation). It generates models and compares the result with th...
Community
MPS
Create test cases for generation exceptions
0 votes
Created
March 29, 2012 10:22
It is like when you invoke a method through an interface, referring to the one from the interface. baseLanguage doesn't care about real implementation (nor javac does). Polymorphic dispatch is perf...
Community
MPS
Build errors after update to 2.0.5: references across templates for different roots are not allowed: use mapping labels or turn off incremental mode
0 votes
Created
March 28, 2012 14:30
Sure! MPS stores direct reference to a method, it is not a name - it is rather an address.You have a reference to a method in template, but you generate several classes out of it. MPS can try to un...
Community
MPS
Build errors after update to 2.0.5: references across templates for different roots are not allowed: use mapping labels or turn off incremental mode
0 votes
Created
March 28, 2012 12:43
We are improving java import constantly. It should work well with the structure, but may fail to resolve some references (it tries to compile your code, thus the classpath should be full). The reso...
Community
MPS
Import Java projects
0 votes
Created
March 28, 2012 12:31
As for now the only way is to split your editor into editor components (editor aspect -> New -> Editor Component) and reuse them in sub-concepts. Like in FieldDeclaration's editor (Ctrl-N -> "Field...
Community
MPS
Concept Inheritance and Editors
0 votes
«
‹
1
2
3
4
5
6
7
›
»