Revision: 18603
          http://sourceforge.net/p/jmol/code/18603
Author:   hansonr
Date:     2013-08-20 14:40:48 +0000 (Tue, 20 Aug 2013)
Log Message:
-----------
___JmolVersion="13.2.4_dev_2013.08.20"

bug fix: File dialog problems with paths having space

Modified Paths:
--------------
    branches/v13_2/Jmol/src/org/jmol/viewer/Jmol.properties
    branches/v13_2/Jmol/src/org/jmol/viewer/StateManager.java

Modified: branches/v13_2/Jmol/src/org/jmol/viewer/Jmol.properties
===================================================================
--- branches/v13_2/Jmol/src/org/jmol/viewer/Jmol.properties     2013-08-20 
04:16:02 UTC (rev 18602)
+++ branches/v13_2/Jmol/src/org/jmol/viewer/Jmol.properties     2013-08-20 
14:40:48 UTC (rev 18603)
@@ -9,8 +9,9 @@
 #  Don't use ___ in your text, as that is the key for stripping out
 #  the information saved in the JAR version of this file.
 
-___JmolVersion="13.2.4_dev_2013.08.19"
+___JmolVersion="13.2.4_dev_2013.08.20"
 
+bug fix: File dialog problems with paths having space
 bug fix: GAMESS reader not reading energies
 bug fix: TRY failure in a load command followed by a successful load 
          having a loadScript will pop past the second TRY and crash Jmol       
   

Modified: branches/v13_2/Jmol/src/org/jmol/viewer/StateManager.java
===================================================================
--- branches/v13_2/Jmol/src/org/jmol/viewer/StateManager.java   2013-08-20 
04:16:02 UTC (rev 18602)
+++ branches/v13_2/Jmol/src/org/jmol/viewer/StateManager.java   2013-08-20 
14:40:48 UTC (rev 18603)
@@ -1033,7 +1033,7 @@
     final P3 ptDefaultLattice = new P3();
     String defaultLoadScript = "";
     String defaultLoadFilter = "";
-    String defaultDropScript = "zap; load SYNC %FILE;if (%ALLOWCARTOONS && 
_loadScript == '' && defaultLoadScript == '' && _filetype == 'Pdb') {if 
({(protein or nucleic)&*/1.1} && {*/1.1}[1].groupindex != 
{*/1.1}[0].groupindex){select protein or nucleic;cartoons only;}if 
({visible}){color structure}else{wireframe -0.1};if (!{visible}){spacefill 
23%};select *}";
+    String defaultDropScript = "zap; load SYNC \"%FILE\";if (%ALLOWCARTOONS && 
_loadScript == '' && defaultLoadScript == '' && _filetype == 'Pdb') {if 
({(protein or nucleic)&*/1.1} && {*/1.1}[1].groupindex != 
{*/1.1}[0].groupindex){select protein or nucleic;cartoons only;}if 
({visible}){color structure}else{wireframe -0.1};if (!{visible}){spacefill 
23%};select *}";
 //    boolean _fileCaching = false;
 //    String _fileCache = "";
     boolean forceAutoBond = false;

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


------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
Jmol-commits mailing list
Jmol-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-commits

Reply via email to