macks

- Total activity 436
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 45
- Subscriptions 132
-
Edited Model access in Swing Component Action
Hello forum! I'm using a swing component (JCheckBox) in the editor aspect. If the user clicks on the checkbox I would like to change a property from my concept. Unfortunately the ModelAccess is dep... -
Edited How to retrieve the filepath of a model
Hello forum! I read the following thread which helps a lot. https://mps-support.jetbrains.com/hc/en-us/community/posts/206440149-How-to-Retreive-Project-Path?flash_digest=df9b7b44b66dfd7212588dc4a4... -
Created initiate an error message when constraint or typesystem rule is violated on rebuild in sandbox
Hello forum! My question is if it's possible to define such an error message on the rebuild or build process in a sandbox solution if a constraint or type system checking rule is violated. The erro... -
Created Make and jump to new line in editor
Hello! I have a concept which looks like this. Both childs have 0..n cardinality and <constant> defined as empty cell. [- {prop} %child1% %child2% ] Now when the user finishes the input of prop str... -
Created Best Practice chaining through the language model
Hello forum! For example I have a language, which looks like these: object has multiple objects or parameters with deep nestings In another sandbox I want to reference this objects or parameters li... -
Created Rebuild of language
Hello forum! IllegalConceptDescriptor created for concept lang.structure.MyConcept. Please check the language is built and compiled I get the above warning when compiling lang. The weird thing is M... -
Edited Odd behaviour with references in MPS editor
Hello forum! I've got following setup (concepts -> editor): foreach (child: condition[1]) -> [- foreach ( % condition % ) -] condition (reference: person[1]) -> [- ( % person % -> { name } ) -] per... -
Created MPS Editor Problem
Hello forum! I'd like to ask if there's the possibility to make properties part of the intellisense. for example: Person CTRL+SPACE -> user can choose between firstname, lastname, age.. instead of ... -
Created git repo with mps dsls corrupted
Hello forum! I did a git reset hard in my master branch. Now when I reopen my branch it shows me an empty project and a migration also fails. In my explorer I saw that git updated all files in the ... -
Created Generating C code out of a MPS language
Hello forum! First of all I've installed all elements of mbeddr. What I'm trying to do wright now, is to generate C code out of my MPS language, which looks like this: root Struct property: name ...