RTF: Difference between revisions
From FreeMind
Jump to navigationJump to search
Dan Polansky (talk | contribs) (+workaround) |
Dan Polansky (talk | contribs) (revert to last full version) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
When the user copies nodes using Control + C or Copy function, FreeMind places RTF to clipboard, alongside with plain text and HTML. | |||
The other direction is currently unimplemented: when plain text, RTF and no HTML is present at clipboard, only the plain text is pasted into FreeMind. | |||
==Implementation== | ==Implementation== | ||
Line 8: | Line 12: | ||
* [http://freemind.cvs.sourceforge.net/viewvc/freemind/freemind/freemind/modes/mindmapmode/MindMapMapModel.java?view=log MindMapMapModel] | * [http://freemind.cvs.sourceforge.net/viewvc/freemind/freemind/freemind/modes/mindmapmode/MindMapMapModel.java?view=log MindMapMapModel] | ||
* [http://freemind.cvs.sourceforge.net/viewvc/freemind/freemind/freemind/modes/mindmapmode/MindMapNodeModel.java?view=log MindMapNodeModel] | * [http://freemind.cvs.sourceforge.net/viewvc/freemind/freemind/freemind/modes/mindmapmode/MindMapNodeModel.java?view=log MindMapNodeModel] | ||
==Tracker items== | |||
* [http://sourceforge.net/tracker/index.php?func=detail&aid=2615865&group_id=7118&atid=357118 Pasting RTF from clipboard (rich text format)] | |||
==See also== | |||
* [[Copying and pasting]] | |||
[[Category:Development]] |
Latest revision as of 12:28, 22 November 2010
When the user copies nodes using Control + C or Copy function, FreeMind places RTF to clipboard, alongside with plain text and HTML.
The other direction is currently unimplemented: when plain text, RTF and no HTML is present at clipboard, only the plain text is pasted into FreeMind.
Implementation
- MindMapMapModel.getAsRTF
- MindMapMapModel.saveRTF
- MindMapNodeModel.saveRTF
CVS: