Daniel Dekany wrote: > Could XXE put the copy-ed stuff in plain text format into the > clipboard as well, and use some other type for the <ns:clipboard> > format? If it's not possible under the Java platform then at least > "copy as plain text" should be added. Otherwise it's quite painful to > copy-pase from XXE into other applications (which of course don't know > what to do with the <ns:clipboard> stuff). >
--> On Linux (that is, on Unix+X-Window), you may want to use the ``system selection'': [a] Select the text simply by dragging your mouse over it. [b] Paste it elsewhere by clicking on the middle button (or the scroll wheel). For this to work, you need to turn on option "Clicking with middle button pastes system selection" found in Options|Preferences, Edit Section. See http://www.xmlmind.com/xmleditor/_distrib/doc/help/com.xmlmind.xmleditapp.dialog.PreferencesEditorDialog.html#editOptions --> OR/AND you may want to bind command "copyChars" to a keystroke of your choice. See http://www.xmlmind.com/xmleditor/_distrib/doc/commands/copyChars.html

