Home
MPS Support | JetBrains
Submit a request
Community
Sign in
Tobias Blaufuss
Total activity
55
Last activity
September 20, 2023 21:51
Member since
January 03, 2018 15:44
Following
0 users
Followed by
0 users
Votes
15
Subscriptions
12
Activity overview
Posts (8)
Comments (20)
Sort by recent activity
Recent activity
Votes
Created
September 20, 2023 21:51
Thank you, I will definitely try that!
Community
MPS
How to implement editors for specific themes (e.g. Darcula)?
0 votes
Edited
September 11, 2023 12:41
I'm currently using something like this to detect the Darcula mode: public static boolean isDarculaTheme() { LafManager lafManager = LafManager.getInstance(); LafManager.LafReference lookAndFee...
Community
MPS
How to implement editors for specific themes (e.g. Darcula)?
0 votes
Created
November 14, 2022 15:41
To be honest I don't use runtime solution modules. I always define these classes in a separate solution or in a simple model directly inside the language. So I don't know if it makes a difference o...
Community
MPS
Persistent Java objects
0 votes
Created
November 12, 2022 16:56
You can attach nodes or instances of java classes to any (root) node by using "User Objects" If you downcast a node<> to SNode you gain access to the node/.getUserObject and node/.putUserObject met...
Community
MPS
Persistent Java objects
0 votes
Edited
October 11, 2022 15:18
After I manually added app.runtime.headless as dependency to at least one module of my build script, everything worked like a charm (I did it for every module, cause why not). Thank you very much, ...
Community
MPS
Load selected plugins before headless build
0 votes
Created
October 11, 2022 14:39
app.runtime app.runtime.main app.runtime.headless Give me second to check if it helps to manually add the dependency to a module
Community
MPS
Load selected plugins before headless build
0 votes
Created
October 11, 2022 14:21
I also mean these concepts. I have an extension point (ExtensionPointDeclaration concept) in app.runtime, which is used throughout the project and accessed via extensionPoint/ExtensionPointName/.o...
Community
MPS
Load selected plugins before headless build
0 votes
Created
October 11, 2022 13:45
Interesting. I checked my current build setup and I saw that my modules already have the solution kind = Other I have 3 solutions for this purpose: app.runtime (kind: Other, contains the extension...
Community
MPS
Load selected plugins before headless build
0 votes
Created
July 06, 2022 11:18
Sorry that I did not answer to your question (until yet).I solved this problem with: Custom options under "File" => "Settings" => "Other Settings" => "Generator". These settings contain a view wi...
Community
MPS
How to: Programmatically disable/enable language generators?
0 votes
Created
August 20, 2021 15:51
I think DevKits would not work in this case, because we have multiple root nodes in one model. Each root node is important to different stakeholders: modelA: Node1 (for stakeholder of domain X) No...
Community
MPS
How to: Programmatically disable/enable language generators?
0 votes
Next
›
Last
»