On Tuesday, December 9, 2014 4:17:40 PM UTC-6, Joon Ro wrote:
>
> On Tuesday, December 9, 2014 6:10:29 AM UTC-6, Edward K. Ream wrote:
>>
>>
>> ​Copy the tree, then do paste-retaining-clones.
>>
>>
> I do not have this option in my context menu (I'm using 5.0 final). Is it 
> a newer functionality?  
>
>
It seems like `paste-retaining-clones` is just the `Paste Node As Clone` 
menu item. That is not what I want though - I do not want to make a clone 
of a node, but make a copy. It's just that I want to make a copy, with 
retaninig clone status of its children. For example, with

```
Parent - Child 1 (not a clone)
            - Child 2 (a clone of Child 2 from somewhere else)
```

I want to generate another

```
Parent (not a clone) - Child 1 (still not a clone)
                                 - Child 2 (still a clone of Child 2 from 
somewhere else)
```

not:

```
Parent (a clone of original Parent) - Child 1 (now a clone of the original 
Child 1)
                                                       - Child 2 (still a 
clone of Child 2 from somewhere else)
```

Basically generate a deep copy of a node, with clone status of its children 
retained. 

-Joon







 

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to