Editor Feature-requests
Hi there,
I'd like to make a request on some editor-features. I'm in the process of making some reusable tools/code inside LS and I'm running in to a few obstacles that are stopping me from making them friendly and/or useable.
group_start-widget:
The main problem is the lack of a modifyable 'group_start', 'group_end' widget. With 'modifyable' I mean that it would be nice to 'NOT' indent the group, or 'NOT use a toggle-arrow for the group. It would be nice to have some options that would 'NOT' change the appearance for a group of properties, so that we can simply toggle a group of properties on/off without having the arrow appear or without having indenting.
When these single tools become larger (more inputs and input-logic) we also need more flexibility of the content of such a group... otherwise we get a really convoluted indenting-mess which is very messy and unclear for the user.
Proposal:
// @ui {"widget":"group_start", "label":"x variables", "showIf":"p_animationType", "showIfValue":"fromTo", "indent":"0", "toggle":"false"}
I hope the framework you're using for LS allows this to happen.
Greetings,
Dave Lenz