Home
MPS Support | JetBrains
Contact Support
Community
Sign in
Tobias Blaufuss
Total activity
61
Last activity
November 26, 2024 16:20
Member since
January 03, 2018 15:44
Following
0 users
Followed by
0 users
Votes
15
Subscriptions
14
Activity overview
Posts (10)
Comments (22)
Sort by recent activity
Recent activity
Votes
Created
November 26, 2024 16:20
Is nobody using this functionality of MPS :)?
Community
MPS
How to utilize new log.properties configuration?
0 votes
Created
February 09, 2024 18:45
For example, in 2021.3, when I defined this folder macro for test execution in a build script:folder mps.macro.myProject = <path to project>… it was possible to get the value during headless test e...
Community
MPS
mps.macro variables behave differently in headless build/test execution since 2023.2
0 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
Next
›
Last
»