L Gutman94

Avatar
  • Total activity 24
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 7
  • Created

    Project introduction - MPS Toolbox

    Hi everyone, I'm currently working on MPS projects where the goal is to make MPS editors more usable, e. g. by adding GUI-like features. Since many of the elements are reusable, I decided to put th...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    Elements from imported language "out of search scope"

     Hi everyone, I recently tried to put some helper utilities from a language into a separate language (so as to make them reusable) and then import that language back into the first language. Howeve...
    • 3 followers
    • 15 comments
    • 1 vote
  • Edited

    Hierarchical table - how do I set up customized behavior?

    Hi everyone, I'm currently trying to use a hierarchical table and I'm struggling to get it to behave the way I want it to. Here's a short explanation of what I'm trying to create: Basically, I'm wo...
    • 2 followers
    • 4 comments
    • 0 votes
  • Created

    How to get the font size of a cell?

    Hi everyone, I'm currently trying to find a way to scale font sizes relatively to each other, so the size difference between them stays the same when I set a diffferent font size in the editor. For...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    PropertySupport for validation - NullPointerException

    Hi everyone, I'm currently trying to use PropertySupport to validate the contents of a constrained string datatype. Here is my code: The idea is: The validator function is given the node and the c...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    Validate property constraints before/after setting a value

    I'm currently trying to build a Swing-based editor that is using tables to render and edit properties. The properties are of a constrained data type. Unlike the regular editor (with collections), w...
    • 3 followers
    • 1 comment
    • 1 vote
  • Created

    "You can only read model inside of read action"

    Hi everyone, I'm currently trying to build an editor for a simple test language using Swing components. I want to have a Swing table with all values from child nodes and a "Delete" button. I tried ...
    • 2 followers
    • 1 comment
    • 1 vote
  • Edited

    [SOLVED] Can't add Swing component

    Hi everyone, I'm trying to add a Swing component into the editor, but I can't create Swing objects in the concept function. They won't appear in the autocomplete menu and when I try to write the cl...
    • 1 follower
    • 1 comment
    • 0 votes