Home
MPS Support | JetBrains
Contact Support
Community
Sign in
Tobias Blaufuss
Total activity
60
Last activity
February 09, 2024 18:45
Member since
January 03, 2018 15:44
Following
0 users
Followed by
0 users
Votes
15
Subscriptions
14
Activity overview
Posts (10)
Comments (21)
Sort by votes
Recent activity
Votes
Edited
February 19, 2018 18:37
You are looking for PackageActions 1) Test Action 2) Test Group 3) Available in virtual folders and packages EDIT: Same outcome with "always visible = false"
Community
MPS
Actions: Right click a PackageNode in tree
2 votes
Created
September 10, 2018 14:01
Thank you very much. I've found another alternative for this kind of test case. You can just use this expression in your EditorTestCase: is intention applicable <intention> ; This will return a boo...
Community
MPS
EditorTestCase: How to test that an intention is not applicable
1 vote
Created
February 19, 2018 09:33
@Palpandi Perumal: Thank you i didn't know that
Community
MPS
Disable/Configure automatic typechecker?
1 vote
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
Next
›
Last
»