jskeet / DemoCode

Demo code used in talks, blog posts etc
Apache License 2.0
493 stars 190 forks source link

Copying "root" data back to the kit is painful #87

Closed jskeet closed 4 years ago

jskeet commented 4 years ago

Because the root data (current kit, output assignments etc) are all shown as details of the root node, copying them back to the kit means copying all data. That's terrible!

Simple first fix: add a new logical node under root, e.g. "General", to contain those top-level parameters. That would at least make copying quick. Next, maybe have the option to just copy any given container in the details back to the kit, rather than "everything under this node".