Extensive Drag and Drop support is available in Screem The main area which supports this the text editor itself. The following areas support drag and drop:
The editor
The Site file list
The document structure view
All the standard Gnome widgets that feature DnD, such as entry widgets.
The action taken when dropping items onto the editor depends on whether the draw was performed with the left mouse button, or the middle mouse button. Left button drops will insert text into the editor, the text itself will depend on what the drop was.
Dropping a file onto the editor with a left button drag/drop will insert that filename at the position it is dropped at. The filename will be converted to a relative path if it is within the site being edited.
Dropping a file onto the editor with a middle button drag/drop will present a menu allowing you to select the action to be taken.
Dropping a URI onto the editor will insert that URI into the editor as text, drops from Netscape are supported, however drops from Mozilla are not currently supported.
Dropping a colour onto the editor with a left button drag/drop will insert that colour code in quotes, eg:
#ffa500
Although there are no applications that currently support middle button drag/drop of colours, if one does occur on the editor you will be presented with a popup menu of what action to take.
The site file list will behave in the expected manner, drag/drops copy/move files/directories around. A normal left button drag/drop will attempt to move the dragged/dropped item. A middle button drop will give you the option.
The document structure view drag/drop support allows you to move sections of SGML/XML documents around by dragging the elements. As always a middle button drop presents a menu inquiring what action should be performed with the drop.