Home
MPS Support | JetBrains
Submit a request
Community
Sign in
Tomas Mikula
Follow
New posts
New posts and comments
Total activity
19
Last activity
July 24, 2018 11:10
Member since
June 29, 2018 12:33
Following
0 users
Followed by
0 users
Votes
4
Subscriptions
5
Activity overview
Posts (2)
Comments (8)
Sort by recent activity
Recent activity
Votes
Created
July 24, 2018 11:10
I was interested specifically in BaseLanguage, and I didn't see an option to add doc comments to fields or methods or classes. I got my answer from Vaclav in an in-person conversation: I just neede...
Community
MPS
Adding Comments in MPS (including answer by Vaclav Pech)
0 votes
Created
July 19, 2018 19:58
Thanks for your answer! I'm going to explore these possibilities next time I need to write a generator. The first approach, to put the implementation in $INCLUDE$ macro's query function, will hide ...
Community
MPS
Can templates and macros be replaced by BaseLanguage expressions and quotations?
1 vote
Created
July 10, 2018 09:52
Hi, is it still the case that documentation comments are not supported in BaseLanguage, or has there been some progress? Also, what about comments in class/interface bodies? In blocks of statements...
Community
MPS
Adding Comments in MPS (including answer by Vaclav Pech)
1 vote
Edited
July 10, 2018 07:39
Strictly speaking, it does work, but only after the editor for the optional value is instantiated, that is, after first hitting Enter in the placeholder. I guess, after all, this makes sense and is...
Community
MPS
Initialize editor for abstract concept with an editor for one of its concrete subconcepts
0 votes
Created
July 09, 2018 18:44
Turns out that this solution does not work for a `Rational` of cardinality [0..1].
Community
MPS
Initialize editor for abstract concept with an editor for one of its concrete subconcepts
0 votes
Created
July 06, 2018 18:31
That works, thank you!
Community
MPS
Initialize editor for abstract concept with an editor for one of its concrete subconcepts
0 votes
Created
July 05, 2018 14:16
Hi, I also find myself needing generic concepts. Something like concept List<T> extends BaseConcept children: elements : T[0..n] My main motivation is code reuse and extensibility. I want to al...
Community
MPS
Is it possible to parametrize concept with another concept (generic concept)?
0 votes
Created
June 29, 2018 12:33
I'm facing the same sort of problem: after I handle a key, I want to prevent it from being typed into the editor field. Gert, do you remember if you managed to resolve this issue?
Community
MPS
Filtering event in KeyMap
1 vote