Node cloning: Difference between revisions

From FreeMind
Jump to navigationJump to search
No edit summary
 
No edit summary
 
(9 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Users request that nodes can be '''cloned''', meaning that a copy of node can be placed under a different parent in such a way that the copy is guaranteed to be the same as its origin.
Users request that nodes can be '''cloned''', meaning that a copy of node can be placed under a different parent in such a way that the copy is guaranteed to be the same as its origin.
The cloning feature was released as part of [[release 1.0.0]] and the bug-fix [[release 1.0.1]].


There is a third-party implementation of cloning, with imperfections like shallow copying and a failure to copy formatting.
There is a third-party implementation of cloning, with imperfections like shallow copying and a failure to copy formatting.


The feature has originally been suggested based on the model application '''Leo''' - an outliner.
The feature has originally been suggested based on the model application '''Leo''' - an outliner.
==Usage==
To create a clone, you can use the menu Edit > Paste as Clone.
==Forum discussions==
* [http://sourceforge.net/forum/message.php?msg_id=4904054 Attack of the CLONES] - Open Discussion forum - 2008-04-14
* [http://sourceforge.net/forum/forum.php?thread_id=1975814&forum_id=22101 Node Cloning Implementation] - Open Discussion forum - 2008-03-19
* [http://sourceforge.net/forum/forum.php?thread_id=1832075&forum_id=22101 Freemind with Node Cloning] - Open Discussion forum - 2007-09-26
* [http://sourceforge.net/forum/forum.php?thread_id=1022954&forum_id=22101 Cloning of nodes] - Open Discussion forum - 2004-02-15
==Feature requests==
* [http://sourceforge.net/tracker/index.php?func=detail&aid=1021772&group_id=7118&atid=357118 1021772 : One Node object at different places] - request in RFE tracker - 2004-09-03


==See also==
==See also==
Line 9: Line 23:


==Links==
==Links==
* [http://sourceforge.net/forum/forum.php?thread_id=1832075&forum_id=22101 Freemind with Node Cloning] - Open Discussion forum - 2007-09-26
* [http://sourceforge.net/forum/forum.php?thread_id=1022954&forum_id=22101 Cloning of nodes] - Open Discussion forum - 2004-02-15
* [http://leo.sf.net/ LEO]
* [http://leo.sf.net/ LEO]


[[Category:Development]]
[[Category:Development]]

Latest revision as of 14:57, 30 May 2023

Users request that nodes can be cloned, meaning that a copy of node can be placed under a different parent in such a way that the copy is guaranteed to be the same as its origin.

The cloning feature was released as part of release 1.0.0 and the bug-fix release 1.0.1.

There is a third-party implementation of cloning, with imperfections like shallow copying and a failure to copy formatting.

The feature has originally been suggested based on the model application Leo - an outliner.

Usage

To create a clone, you can use the menu Edit > Paste as Clone.

Forum discussions

Feature requests

See also

Links