Cut/Copy/Paste and Drag & Drop Functionality
The cut, copy, and paste operations work in the bean and application versions of Marvin, and also in the applets. However, because of security reasons, the untrusted (unsigned) applets perform these operations using a local clipboard inside the JVM process. The non-applet versions of Marvin and the signed Marvin applets are allowed to use the system clipboard.
Where available?
| Marvin unsigned applets |
Marvin signed applets1 |
Marvin Beans and applications |
|
|---|---|---|---|
| Cut/Copy/Paste | inside Marvin | yes | yes |
| Drag & Drop | no | yes2 | yes |
1: You can find more info about signed Marvin applets in the following documents: Browser compatibility of Marvin Applets, Signed applets
2: Drag & Drop works only when the sketcher is in its own window. When the applet is in the browser window, drop events are received by the browser instead of the applet.
Copy, Copy As..., Copy as Smiles
Marvin has three commands to place objects on the clipboard: Copy,
Copy As... and Copy as Smiles.
- Using the Copy command, the structure is copied to the clipboard in a couple of formats. The molecule always will be there in mrv, MDL Molfile and DayLight SMILES formats. The other formats (like Plain Text or Bitmap Image) are optional. See the table in the Clipboard formats section about supported options and default settings.
- Using the Copy As... command, a dialog will display to select in which format you would like to place the molecule to the clipboard.
- Using the Copy as Smiles command, the Smiles string of the structure
is copied to the clipboard in
StringandPlain Textformats.
Note:Any file format of Marvin can be copied to the clipboard as astringor asplain text. From theEditmenu chooseSourcethenEdit/Copyto place the desired format on the clipboard as plain text.?
Clipboard formats
Marvin can place more than one clipboard object on the clipboard, each represents the same molecule in different format. Copy from Marvin supports the following representations:
- Marvin Document (mrv): Marvin's own format. Only Marvin can paste it.
- MDL Molfile: a popular molecule description format. A lot of chemical drawing tool can paste it like Marvin, ChemDraw, etc.
- Daylight SMILES: wide range molecule format. Several chemical editor can paste it. In a few editor, SMILES can not be pasted directly. E.g. ChemDraw uses the "Paste Special/SMILES" option to copy SMILES from the clipboard.
- Plain Text (molecule source): To be able to copy the molecule source into text editors or into other application that do not support chemical formats.
- Bitmap Image: To paste molecule image into presentations or into documents.
- Vector Graphical Image (EMF): The vector graphics is scalable unlike bitmap image. It can be pasted into MS-Office documents or into other applications that support Enhanced MetaFile format.
- OLE object: To copy a Marvin OLE object into MS-Office. This format is available under Windows. To be able to paste it into an MS-Office document, marvinOLEServer.exe registration is required. (Marvin installer does it automatically or you can register it manually in Marvin applications through the Edit/Preferences/OLEServer menu.) You can read more about OLE support in Marvin OLE User's Guide.
- Portable document format (PDF) which contains vector graphical image. It is the default format in MacOSX.
A couple of formats are not available on a few platforms.
Setting copy format options
You can also apply or deny the accessibility of one or more copy formats. You can set it by the following ways:
- On the Copy panel of the Preferences dialog in the Edit menu.
- As an applet parameter: copyOpts
- From the Marvin Beans API: UserSettings.setCopyOpts(String)
|
|
When the content of the clipboard is pasted into an application (and
it is available in more than one format), the
application retrieves data in the most descriptive format.
Most versions of Microsoft Office prefer pasting image instead of
text if the content of the clipboard is available in both formats.
But there are a few ones that paste text as default. In that case, you should
use "Paste As Special" option in MS-Office to paste it as image but it can be
unconfortable to someone.
The workaround can be the restriction of the text copy from Marvin.
That is the reason why text copy is disabled in the default settings of Marvin
(on a couple of platforms).
In that case, we recommend Copy As... or Copy as SMILES to paste text into MS-Word and
in other editors.
Another solution can be to change the default options of the Copy
command (see above how to do it).
If we compare Bitmap and Vector Graphical Image formats, the situation is the same as in the previous case (text vs. image). Most of the applications prefer bitmap image although they can accept vector graphical images as an Enhanced MetaFile (EMF), like MS-Word. Since vector graphics are scalable unlike bitmap images, we have chosen EMF as default from image formats (where it is supported).
Data transfer between Marvin and other chemical drawing tools
|
Copy: copy a structure from the application into Marvin |
1: On windows in Java 1.2-1.3.1, the
<Java home directory>/jre/lib/flavormap.properties file must be edited:
MDLCT=chemical/x-mdl-Molfile
2: In case of ISISDraw the following option must be checked: Option -> Settings -> General -> Copy Mol/Rxnfile to the Clipboard
3: Copy as SMILES works
4: In OS X, since Java 1.4, data transfer in chemical formats does not work. In that case, molecule can be pasted only as image or text into chemical drawing tools. Copy from an application to Marvin works if the application can place data as Plain Text to the clipboard.
Data transfer between Marvin and other applications
Marvin can paste SMILES strings, MDL MolFiles, etc. from a text editor as molecules.
X Window System: most text editors (xedit, emacs, gvim, etc.) do not transfer data to the X clipboard, so Marvin is unable to communicate with them. Copy & Paste works with the following editors and other programs:
- GNOME programs: gedit, gnotepad+ (gnp), gxedit, etc.
- Motif programs: asWedit, nedit, Netscape, etc.
Do you have a question? Would you like to learn more? Please browse among the related topics on our support forum or search the website. If you want to suggest modifications or improvements to our documentation email our support directly!


