todo
authorjprocter <Jim Procter>
Tue, 27 Oct 2009 15:11:02 +0000 (15:11 +0000)
committerjprocter <Jim Procter>
Tue, 27 Oct 2009 15:11:02 +0000 (15:11 +0000)
src/jalview/gui/CutAndPasteTransfer.java

index e18a562..d3ed487 100755 (executable)
@@ -166,6 +166,7 @@ public class CutAndPasteTransfer extends GCutAndPasteTransfer
   public void ok_actionPerformed(ActionEvent e)
   {
     String format = new IdentifyFile().Identify(getText(), "Paste");
+    // TODO: identify feature, annotation or tree file and parse appropriately.
     Alignment al = null;
 
     if (FormatAdapter.isValidFormat(format))