Jos Warmer

Avatar
  • Total activity 81
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 1
  • Subscriptions 24
  • 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...
    • 3 followers
    • 5 comments
    • 0 votes
  • 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...
    • 3 followers
    • 2 comments
    • 0 votes
  • 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....
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    Add Action to Tools menu

    I tried to add an Action to the Tools menu.  In the MPS 3.0 documentation there is a reference to Tutorial: how to add an Action to the Jetbrains MetaProgramming-System. I followed all the steps in...
    • 4 followers
    • 9 comments
    • 1 vote
  • Created

    Does padding-top work?

    Hi,  I am using padding-bottom which gives the expected result. But when I am using padding-top it works as if I had stated padding-bottom.  All extra space is always added at the bottom.Does anyon...
    • 3 followers
    • 4 comments
    • 0 votes
  • Created

    Prevent user to create new elements in a list

    I have a list where all the elements are derived from other elements in the model.  I would like the list to behave as follows: user cannot remove an element from the list user cannot add an ele...
    • 1 follower
    • 1 comment
    • 1 vote
  • Created

    Tab order in editor [MPS 3.0)]

    Is it possible to change the tab order in which the user goes through an editor?  I am using mathematical formulas and would like the order to start with the lowerbound, then the upperbound and the...
    • 3 followers
    • 9 comments
    • 0 votes
  • Created

    Dates Language in 3.0

    The dates language used to be a complete sample project that could just be opened. In the latest 3.0 the dates language is now in a separate sub folder mps-dates/languages as a collection of jar fi...
    • 2 followers
    • 4 comments
    • 0 votes
  • Created

    MPPS 3.0 How to use listeners

    In http://forum.jetbrains.com/thread/Meta-Programming-System-814 it states that MPS 3.0 has a number of new listener classes. Is there documentation, or are there examples on how to use these liste...
    • 3 followers
    • 12 comments
    • 0 votes
  • Created

    [MPS 3.0 EAP] MultipleProjections sample project

    Hi,I am trying out the 3.0 EAP, and see that the documentation (Editor Cookbook) describes that the MultipleProjections sample project is bundled with MPS 3.0. I cannot find it in the EAP release, ...
    • 1 follower
    • 0 comments
    • 0 votes