Revision: 20935
          http://sourceforge.net/p/jmol/code/20935
Author:   hansonr
Date:     2016-01-27 16:13:34 +0000 (Wed, 27 Jan 2016)
Log Message:
-----------
Jmol.___JmolVersion="14.5.1_2016.01.27"

code: JmolZipUtilities interface removed
code: JmolBinary reduced to just all Spartan-related methods

Modified Paths:
--------------
    branches/v14_4/Jmol/src/org/jmol/io/JmolBinary.java
    trunk/Jmol/src/org/jmol/io/JmolBinary.java
    trunk/Jmol/src/org/openscience/jmol/app/jmolpanel/StatusListener.java

Modified: branches/v14_4/Jmol/src/org/jmol/io/JmolBinary.java
===================================================================
--- branches/v14_4/Jmol/src/org/jmol/io/JmolBinary.java 2016-01-27 13:18:40 UTC 
(rev 20934)
+++ branches/v14_4/Jmol/src/org/jmol/io/JmolBinary.java 2016-01-27 16:13:34 UTC 
(rev 20935)
@@ -195,7 +195,7 @@
           int pt = name.lastIndexOf(".spardir");
           pt = sname.lastIndexOf("/");
           // mac directory zipped up?
-          sname = name + "|" + name.substring(pt + 1, name.length() - 4);
+          sname = name + "|" + PT.rep(name.substring(pt + 1, name.length() - 
4), "DROP_", "");
           return new String[] { "SpartanSmol", sname, sname + "/output" };
         }
       }

Modified: trunk/Jmol/src/org/jmol/io/JmolBinary.java
===================================================================
--- trunk/Jmol/src/org/jmol/io/JmolBinary.java  2016-01-27 13:18:40 UTC (rev 
20934)
+++ trunk/Jmol/src/org/jmol/io/JmolBinary.java  2016-01-27 16:13:34 UTC (rev 
20935)
@@ -195,7 +195,7 @@
           int pt = name.lastIndexOf(".spardir");
           pt = sname.lastIndexOf("/");
           // mac directory zipped up?
-          sname = name + "|" + name.substring(pt + 1, name.length() - 4);
+          sname = name + "|" + PT.rep(name.substring(pt + 1, name.length() - 
4), "DROP_", "");
           return new String[] { "SpartanSmol", sname, sname + "/output" };
         }
       }

Modified: trunk/Jmol/src/org/openscience/jmol/app/jmolpanel/StatusListener.java
===================================================================
--- trunk/Jmol/src/org/openscience/jmol/app/jmolpanel/StatusListener.java       
2016-01-27 13:18:40 UTC (rev 20934)
+++ trunk/Jmol/src/org/openscience/jmol/app/jmolpanel/StatusListener.java       
2016-01-27 16:13:34 UTC (rev 20935)
@@ -337,7 +337,7 @@
     }
     if (!display.haveDisplay)
       return;
-System.out.println("StatusListener notifyFileLoaded: " + fileName);
+//System.out.println("StatusListener notifyFileLoaded: " + fileName);
     // this code presumes only ptLoad = -1 (error), 0 (zap), or 3 (completed)
     String title = "Jmol";
     if (fileName != null && fileName.startsWith("DROP_"))

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
Jmol-commits mailing list
Jmol-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-commits

Reply via email to