Home
MPS Support | JetBrains
Contact Support
Community
Sign in
Guanpeng Xu
Total activity
38
Last activity
November 26, 2020 09:25
Member since
October 10, 2020 13:47
Following
0 users
Followed by
0 users
Votes
12
Subscriptions
9
Activity overview
Posts (9)
Comments (8)
Sort by recent activity
Recent activity
Votes
Created
October 30, 2020 14:18
Thanks. I tried both super<ScopeProvider>.getScope() and super<IDeclarations>.getScope(). The former does not work but the latter works. By the way, I checked the generated code, and it reveals t...
Community
MPS
Invoking the "default" behavior of an interface concept
0 votes
Created
October 27, 2020 11:23
Oh, I know why I could not annotate. I tried to annotate from the Modules Pool, some of which were actually not from respositories. How careless of me :) Thank you!
Community
MPS
Blaming nodes
0 votes
Edited
October 26, 2020 10:56
Thanks. Did you mean right-clicking in the margin of the Git tool window editor? Because I see unavailable annotate actions by right-clicking anywhere in the margin of the "main" window. But annota...
Community
MPS
Blaming nodes
0 votes
Created
October 16, 2020 09:30
Oh okay, I am rather new to this. Thank you!
Community
MPS
Accessing the inferred type in AbstractEquationStatement
0 votes
Edited
October 16, 2020 09:24
Thanks. I saw the use of when concrete in the typesystem of the base language, but unfortunately it seems to be unavailable for an error string:
Community
MPS
Accessing the inferred type in AbstractEquationStatement
0 votes
Edited
October 13, 2020 07:42
My idea on "monolithic repository" works by putting all application modules into a single, say git, repository, managed by many solutions in one or more projects in the repository. Then every devel...
Community
MPS
Module repositories
0 votes
Edited
October 13, 2020 07:14
Yes, they are MPS solutions. I mean, say I am defining module A in my own solution, and it requires module B from another solution, which is not in my project. Module B itself may in turn depend on...
Community
MPS
Module repositories
0 votes
Created
October 13, 2020 04:15
Thanks for the pointer. Actually I was considering managing the dependencies of the modules of the defined language, but not those of the Java artifacts or MPS plugins. The "zip" typed maven de...
Community
MPS
Module repositories
0 votes