Home
MPS Support | JetBrains
Submit a request
Community
Sign in
jensnerche
Follow
New posts
New posts and comments
Total activity
156
Last activity
January 12, 2016 14:07
Member since
January 07, 2009 10:02
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
48
Activity overview
Posts (11)
Comments (97)
Sort by recent activity
Recent activity
Votes
Created
November 22, 2012 14:00
Without the StandalonePluginDescriptor I can build and use the IDEA plugin :) Unfortunatle I have some functionality in the context menu (import a file, refactorings) which is not available now. Th...
Community
MPS
Cannot find used language dependency in build solution
0 votes
Created
November 22, 2012 10:33
Thanks Evgeny! I've already tried to remove the jetbrains.mps.lang.plugin.standalone dependency from language, but it can't be removed from plugin model. So I'll have to see if I could workaround t...
Community
MPS
Cannot find used language dependency in build solution
0 votes
Created
February 19, 2010 12:49
Hi Alex,> There is only one problem. The word entityref is unnecessary.So you could do a little trick: put the cursor on the entityref cell, open the inspector, delete the "entityref" text in text ...
Community
MPS
How to create type system
0 votes
Created
February 19, 2010 12:45
Hi Alex,I found some time to play again with the typesystem (my version from github). I've added a Java generator. It works with the same principle as yours.But I don't extend Type in EntityType, I...
Community
MPS
How to create type system
0 votes
Created
November 21, 2009 11:25
Hi alex,I'm interested how your solution looks like, in the next slack time I'll have a look at it!Best regardsjens
Community
MPS
How to create type system
0 votes
Created
November 17, 2009 16:25
Hi,the topic of typesystems raises every so often, maybe its time for the pattern folks to dig out some DSL pattern.Well ok, in this case it would be a platform specific pattern collection for MPS....
Community
MPS
My own typesystem
0 votes
Created
November 17, 2009 13:24
Hi Marekit seems to me you are designing a DSL for a model-to-model transformation: you have the source solution, want to apply your "script", and get a target solution.Maybe a "Plugin Aspect" is t...
Community
MPS
Aspect orientated programming in MPS
0 votes
Created
November 17, 2009 13:14
Well, I thought something like that should work: genContext.outputModel.roots(Entity).findFirst({~it => it.name == node.propertyType.getTypeName(); })take the output model, find all roots of Entity...
Community
MPS
How to create type system
0 votes
Created
November 17, 2009 13:00
Well, yaeh, instantly I see the difference with generators: in gtext the property macro has to evaluate to a string (which does the behaviour), in baseLanguage it has to evaluate to a node!Since ba...
Community
MPS
How to create type system
0 votes
Created
November 17, 2009 12:41
Hi alex,I did use gtext because of a discussion in this forum some weeks ago. I asked which method would be best to generate text files.What do you try? Generate Java code?Anyway, never thought tha...
Community
MPS
How to create type system
0 votes
«
‹
2
3
4
5
6
7
8
9
10
›
»