Home
MPS Support | JetBrains
Submit a request
Community
Sign in
daniel sti
Follow
New posts
New posts and comments
Total activity
278
Last activity
May 10, 2022 12:47
Member since
February 16, 2011 09:07
Following
0 users
Followed by
1 user
Votes
6
Subscriptions
79
Activity overview
Posts (64)
Comments (129)
Sort by recent activity
Recent activity
Votes
Created
April 12, 2011 07:10
I wrote a pre-processing script to check for uninitialized lists. (model, genContext, operationContext)->void { list<node<VariableDeclaration>> variableDeclarations = model.nodes(Variable...
Community
MPS
no null pointer exception
0 votes
Created
April 11, 2011 16:02
Oh yes,that is correct - just tried it.... But if you declare the list as class field (not as local variable), then you wont get an error message from mps ....Is there a way to issue a warning for ...
Community
MPS
no null pointer exception
0 votes
Created
April 06, 2011 12:58
Strange .... same behavior if i just write$LOOP$ { int mything; }then the codegenerator also wraps ever int mything with braces.
Community
MPS
Strange behaviour of $LOOP$
0 votes
Created
March 29, 2011 08:05
hi, after typing link == (and waiting that the editor recognized it correctly) use code completion to select the /link/<role> entry. that s it.. Dan
Community
MPS
Problems entering literal from LWC11 Tutorial
0 votes
Created
March 24, 2011 16:12
Probably there is someone from Jetbrains who has an idea..I ll try to reformulate my issue:My problem is that i want to restrain possible child nodes. Therefore i use a constraint "can be parent". ...
Community
MPS
using "can be parent"
0 votes
Created
March 16, 2011 08:09
Ok, i solved it. I can get the context for the weaving rule by usinggenContext.get copied output for( genContext.outputModel.nodes(ClassConcept).first );But is there no better solution for accessin...
Community
MPS
Problem with generator context and mps.baselang.statemachine
0 votes
Created
March 15, 2011 15:23
Or put more generally..... i have a mapping rule and a waving rule in the same mapping configurationroot mapping rule: concept OfClass –> map_OfClass inheritors false condition <al...
Community
MPS
Problem with generator context and mps.baselang.statemachine
0 votes
Created
March 14, 2011 10:25
Hi Jeff,i m not a specialist in MPS, but i think the solution is:after adding the jar in design-time you can add the library also in the generator. at the generator "main@generator" -> model proper...
Community
MPS
Writing Java Annotations, Imports in Generator
0 votes
Created
February 16, 2011 15:45
Hi Mirko,thanks a lot. Just for the sake of understanding, i tried additonally something different. I created an OfNamedConcept interface which extends the INamedConcept. In my own OfNamedConcept i...
Community
MPS
Identifier instead of INamedConcept?
0 votes
«
‹
8
9
10
11
12
13