The remaining problem is that renaming doesn't work. If you rename C in the script block, everything is fine. However, if C in <A.B.C is renamed to C123, it will become <C123123; if it's renamed to D, an error message "Rename failed to apply edits" will show.
fix #3341
The remaining problem is that renaming doesn't work. If you rename
C
in the script block, everything is fine. However, ifC
in<A.B.C
is renamed toC123
, it will become<C123123
; if it's renamed toD
, an error message "Rename failed to apply edits" will show.