Two quick questions about grouping/ungrouping

Hey guys. Two quick ones for you tonight. About to pull my hair out! :p

  1. I can select multiple objects and group them together with CTRL-G. Works great! But SHIFT-CTRL-G doesn’t ungroup. Doesn’t do anything as far as I can tell. Is there some trick to getting that to work?

  2. I am using the code snippet below to provide some parameters for the group itself. Is there any way I can enable in-place editing (TextBlock style) on the group title? I don’t want all of the groups to say “Group” :D

    “commandHandler.archetypeGroupData”: { text: “Group”, isGroup: true, color: “blue” },

Thanks much for any advice!

Ok, this example I think answers both questions for me!