ki icon indicating copy to clipboard operation
ki copied to clipboard

add a version of config children that supports BOTH unique names and regular names

Open rcoreilly opened this issue 6 years ago • 0 comments

simplest soln would be to have a delimiter (e.g., ':' ) and put UniqueName:Name into name field of TypeNameList, and then use that.

In giv.TreeView, under GoPi, we're swapping two nodes that have the same regular names -- so treeview doesn't update. in general, tree view should be fully robust with unique names, but it should display regular names...

rcoreilly avatar Nov 27 '18 07:11 rcoreilly