Revision: 20342 http://sourceforge.net/p/jmol/code/20342 Author: hansonr Date: 2015-02-28 17:53:25 +0000 (Sat, 28 Feb 2015) Log Message: ----------- Jmol.___JmolVersion="14.2.12_2015.02.28"
bug fix: {*}.find("~d~G:C") broken (find with bioSMARTS) Modified Paths: -------------- branches/v14_2/Jmol/src/org/jmol/smiles/SmilesMatcher.java branches/v14_2/Jmol/src/org/jmol/viewer/Jmol.properties Modified: branches/v14_2/Jmol/src/org/jmol/smiles/SmilesMatcher.java =================================================================== --- branches/v14_2/Jmol/src/org/jmol/smiles/SmilesMatcher.java 2015-02-28 17:15:25 UTC (rev 20341) +++ branches/v14_2/Jmol/src/org/jmol/smiles/SmilesMatcher.java 2015-02-28 17:53:25 UTC (rev 20342) @@ -372,6 +372,8 @@ try { SmilesSearch search = SmilesParser.getMolecule(pattern, isSmarts); search.jmolAtoms = atoms; + if (atoms instanceof BNode[]) + search.bioAtoms = (BNode[]) atoms; search.jmolAtomCount = Math.abs(ac); if (ac < 0) search.isSmilesFind = true; Modified: branches/v14_2/Jmol/src/org/jmol/viewer/Jmol.properties =================================================================== --- branches/v14_2/Jmol/src/org/jmol/viewer/Jmol.properties 2015-02-28 17:15:25 UTC (rev 20341) +++ branches/v14_2/Jmol/src/org/jmol/viewer/Jmol.properties 2015-02-28 17:53:25 UTC (rev 20342) @@ -5,8 +5,12 @@ # THIS IS THE RELEASE BRANCH # BUG FIXES ONLY, PLEASE -Jmol.___JmolVersion="14.2.12_2015.02.26" +Jmol.___JmolVersion="14.2.12_2015.02.28" +bug fix: {*}.find("~d~G:C") broken (find with bioSMARTS) + +JmolVersion="14.2.12_2015.02.26" + bug fix: imageFontScaling integer instead of float; does not scale appropriately on resize bug fix: writing image of MO fails to write info (Jmol 12 or before) bug fix: legacy non-XML JVXL reading does not color map This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Jmol-commits mailing list Jmol-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jmol-commits