Jos Warmer
- Total activity 81
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 24
-
Created In a referent set handler the 'referenceNode' has no parent, and no model as expected. Why?
I have a referent set handler, which has three parameters: referentNode: the node that contains the reference oldReferentNode: the old reference value newReferentNode: the new reference value T... -
Created Constant cells in editor ignoring key and action maps.
Hi, I have an editor definition as shown below. There are two refNodeList celles for two children entities and factDemos. I would like the editor to add a new entity to enities when the curson is o... -
Created How to find problems in models
I want to check whether a model has problems or errors before performing an action on a node. I use the following code System.out.println("Problems: " + node/.getModel().getProblems()); I go to t... -
Created How to use model.rootsIncludingImported
I am using model.roots(Concept) to find all roots in a model of a certain concept. I now need to get all roots of a certain concept in all imported models as well. I therefore want to use model.r... -
Created node<>Module> and SModule difference
I am trying to find the module of a node during generation. I first tried: Ibml.logBehavior(this, "getExtensions", "Module " + this.model.module); And this prints a null value for the module. I... -
Created Error "Non abstract concepts must have an editor" to restrictive
If I create a (non-abstract) Concept without an editor I get the error message: "non-abstract concept should have editor definition".In my generator I want to use a special root concept, let's call... -
Created baseLanguage Generator Issues
I am using the baseLanguage as the target for code generation. While doing this come across have several issues. Not sure whether these are limitations of MPS, or of my knowledge of MPS. In the g... -
Created Case Sensitivity
I am working on a DSL for users that are used to case insensitive names. MPS is by default case sensitive. I have taken a look at the Scope classes, but as far as I can see there is no option in MP... -
Created Setting focus in editor
I have an intention that adds documentation using attributes, like the comment example for the calculator found here: http://confluence.jetbrains.com/display/MPSD30/Documentation+comments.By defaul... -
Created Expressions in baseLanguage behave surprisingly !
I am using the baseLanguage as the basis for my own langauge. Last week I had to import expressions from an XML file into the baseLanguage. I read the XML, and create the AST in the baseLanguage....