Revision: 20479 http://sourceforge.net/p/jmol/code/20479 Author: hansonr Date: 2015-05-05 18:30:30 +0000 (Tue, 05 May 2015) Log Message: ----------- Jmol.___JmolVersion="14.3.13_2015.05.05"
bug fix: set modifyStructureCallback does not work with "JmolScript:...." Modified Paths: -------------- branches/v14_2/Jmol/src/org/jmol/viewer/Jmol.properties branches/v14_2/Jmol/src/org/jmol/viewer/StatusManager.java Modified: branches/v14_2/Jmol/src/org/jmol/viewer/Jmol.properties =================================================================== --- branches/v14_2/Jmol/src/org/jmol/viewer/Jmol.properties 2015-05-05 18:29:35 UTC (rev 20478) +++ branches/v14_2/Jmol/src/org/jmol/viewer/Jmol.properties 2015-05-05 18:30:30 UTC (rev 20479) @@ -4,8 +4,12 @@ # THIS IS THE RELEASE BRANCH # BUG FIXES ONLY, PLEASE -Jmol.___JmolVersion="14.2.13_2015.05.02" +Jmol.___JmolVersion="14.2.13_2015.05.05" +bug fix: set modifyStructureCallback does not work with "JmolScript:...." + +JmolVersion="14.2.13_2015.05.02" + bug fix: color atoms property vxyz crashes Jmol if no vibrations bug fix: with msCIF, select subsystem=1 does not select anything (14.2/3.12_2015.02.06) bug fix: vibrations in trajectories not animating (14.2/3.6_2014.08.14) Modified: branches/v14_2/Jmol/src/org/jmol/viewer/StatusManager.java =================================================================== --- branches/v14_2/Jmol/src/org/jmol/viewer/StatusManager.java 2015-05-05 18:29:35 UTC (rev 20478) +++ branches/v14_2/Jmol/src/org/jmol/viewer/StatusManager.java 2015-05-05 18:30:30 UTC (rev 20479) @@ -637,9 +637,10 @@ } public void modifySend(int atomIndex, int modelIndex, int mode, String msg) { + String sJmol = jmolScriptCallback(CBK.STRUCTUREMODIFIED); if (notifyEnabled(CBK.STRUCTUREMODIFIED)) cbl.notifyCallback(CBK.STRUCTUREMODIFIED, - new Object[] { null, Integer.valueOf(mode), Integer.valueOf(atomIndex), Integer.valueOf(modelIndex), msg }); + new Object[] { sJmol, Integer.valueOf(mode), Integer.valueOf(atomIndex), Integer.valueOf(modelIndex), msg }); } /** This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ Jmol-commits mailing list Jmol-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jmol-commits