seandenigris / Magritte

The Magritte Meta-Model. This fork is almost synced with upstream, minus a few experiments.
4 stars 0 forks source link

Magritte Description Method UI #3

Closed seandenigris closed 6 years ago

seandenigris commented 7 years ago

It'd be cool to be able to use Magritte itself to work on live description objects which could then be saved as methods like:

descriptionName
    <magritteDescription>
    ^ MAStringDescription new
        accessor: #name;
        label: 'Kind';
        priority: 0;
        beReadonly;
        yourself

Showing a full Magritte form could be daunting:

screenshot 2017-02-08 17 10 08

Think from how one would program this manually, maybe the best thing would be to have a selection tool where the user could add properties a la carte…

seandenigris commented 6 years ago

Fixed in 1c58fde