Tapestry Palette - drag and drop improved


I've posted an updated version, 0.0.3, of the plugin at the Eclipse update site: http://www.mjhenderson.com/updates.

I've modified the drag and drop functionality to support 2 editing modes. The standard mode is 'wrap' mode. A dropped component will cause the selected
range to be wrapped by a new tag for the dropped component reference.

Hold down the Control key when you drop and the drop is made in 'edit' mode, the outermost tag in the selected range will be converted to a Tapestry component reference by adding the jwcid attribute to the tag and the <component> tag into the specification file.

The status line at the bottom left of the Eclipse workbench window displays the mode and a description of it's effect.