Merge commit 'alpha/update_2_12_for_2_11_2_series_merge^2' into HEAD
[jalview.git] / src / jalview / ext / jmol / JalviewJmolBinding.java
index 903d9b7..848eb75 100644 (file)
@@ -32,7 +32,6 @@ import java.util.StringTokenizer;
 import java.util.Vector;
 
 import javax.swing.SwingUtilities;
-
 import org.jmol.adapter.smarter.SmarterJmolAdapter;
 import org.jmol.api.JmolAppConsoleInterface;
 import org.jmol.api.JmolSelectionListener;
@@ -60,13 +59,13 @@ import jalview.structure.StructureSelectionManager;
 import jalview.structures.models.AAStructureBindingModel;
 import jalview.ws.dbsources.Pdb;
 import javajs.util.BS;
-
 public abstract class JalviewJmolBinding extends AAStructureBindingModel
         implements JmolStatusListener, JmolSelectionListener,
         ComponentListener
 {
   private String lastMessage;
 
+
   /*
    * when true, try to search the associated datamodel for sequences that are
    * associated with any unknown structures in the Jmol view.
@@ -137,6 +136,7 @@ public abstract class JalviewJmolBinding extends AAStructureBindingModel
     {
       return null;
     }
+
     String cmd = command.getCommand();
     jmolHistory(false);
     if (lastCommand == null || !lastCommand.equals(cmd))
@@ -186,6 +186,7 @@ public abstract class JalviewJmolBinding extends AAStructureBindingModel
     return null;
   }
 
+
   /**
    * map between index of model filename returned from getPdbFile and the first
    * index of models from this file in the viewer. Note - this is not trimmed -
@@ -297,6 +298,7 @@ public abstract class JalviewJmolBinding extends AAStructureBindingModel
 
     jmolScript(cmd.toString());
     jmolHistory(true);
+
   }
 
   private boolean debug = true;
@@ -782,6 +784,7 @@ public abstract class JalviewJmolBinding extends AAStructureBindingModel
     setLoadingFromArchive(false);
   }
 
+
   protected IProgressIndicator getIProgressIndicator()
   {
     return null;
@@ -825,6 +828,7 @@ public abstract class JalviewJmolBinding extends AAStructureBindingModel
 
   }
 
+
   public void showHelp()
   {
     showUrl("http://wiki.jmol.org"