I've added a "copy code" context action (implementation, tests,
documentation), so it copies the code that users can paste into their
projects.
In other words, it enables configuring an element (or a subtree) in UI
and automatically generating code.

The generator uses element schemas to create a better-looking code,
and it resorts to setProperty(..., ...)
when the element lacks schema.

I do not think we need to add schemas for all the elements, and we
should be good to go.

It would be great if somebody could help review and test the change.
In theory, the change should be backward compatible.

Vladimir

Reply via email to