Revision: 20348
          http://sourceforge.net/p/jmol/code/20348
Author:   hansonr
Date:     2015-03-01 13:13:24 +0000 (Sun, 01 Mar 2015)
Log Message:
-----------
Jmol.___JmolVersion="14.3.12_2015.03.01"

bug fix: late discovery of mmCIF format does not load secondary structure
bug fix: reading PNGJ file saved after load with /dssr or /rna3d annotations 
ignores annotations
bug fix: {*}.find("~d~G:C")  broken (find with bioSMARTS)

new feature: image             # the current view as an image
new feature: image 300 400     # adjustable size
new feature: image "c:/temp/t.bmp" # image from a file

new feature: image "" close    # close the current view image
new feature: image "c:/temp/t.bmp" close # close image from a file
new feature: image CLOSE       # close all

new feature: image ID ...
 -- id for IMAGE CLOSE;
 -- displayed in title of frame
 -- examples:
  
     image ID "test" 
     image ID "test" 400 500
     image ID "test" "bob.png"
     image ID "test" close
     
new feature: write IMAGE
 -- same as IMAGE
 
new feature: write IMAGE 500 500
 -- same as IMAGE 500 500

new feature: (JavaScript/HTML5; see JSmol_Console.java) 
  // page designer may indicate one of three divs for images on the page:  
  // <appletID>_Image_app_holder for IMAGE command by itself (current app image)
  // <appletID>_Image_<cleaned id or filename>_holder  for IMAGE ID "xxx" ... 
or IMAGE "xxx"
  //   where cleaning is with .replace(/\W/g,"_")
  // <appletID>_Image_holder for all images not identified as above
  // if a page div is not identified, then the image will be placed in a new 
floating div
  

note: experimental SHOW IMAGE now replaced by new command IMAGE

Modified Paths:
--------------
    trunk/Jmol/src/org/jmol/viewer/Jmol.properties

Modified: trunk/Jmol/src/org/jmol/viewer/Jmol.properties
===================================================================
--- trunk/Jmol/src/org/jmol/viewer/Jmol.properties      2015-02-28 23:10:50 UTC 
(rev 20347)
+++ trunk/Jmol/src/org/jmol/viewer/Jmol.properties      2015-03-01 13:13:24 UTC 
(rev 20348)
@@ -14,14 +14,12 @@
 
 TODO: remove HTML5 dependency on synchronous file loading (check SCRIPT 
command for problems)
 
-Jmol.___JmolVersion="14.3.12_2015.02.28"
+Jmol.___JmolVersion="14.3.12_2015.03.01"
 
 bug fix: late discovery of mmCIF format does not load secondary structure
 bug fix: reading PNGJ file saved after load with /dssr or /rna3d annotations 
ignores annotations
 bug fix: {*}.find("~d~G:C")  broken (find with bioSMARTS)
 
-note: show image replaced by new command IMAGE
-
 new feature: image             # the current view as an image
 new feature: image 300 400     # adjustable size
 new feature: image "c:/temp/t.bmp" # image from a file
@@ -40,14 +38,22 @@
      image ID "test" "bob.png"
      image ID "test" close
      
-
 new feature: write IMAGE
  -- same as IMAGE
  
 new feature: write IMAGE 500 500
  -- same as IMAGE 500 500
 
+new feature: (JavaScript/HTML5; see JSmol_Console.java) 
+  // page designer may indicate one of three divs for images on the page:  
+  // <appletID>_Image_app_holder for IMAGE command by itself (current app 
image)
+  // <appletID>_Image_<cleaned id or filename>_holder  for IMAGE ID "xxx" ... 
or IMAGE "xxx"
+  //   where cleaning is with .replace(/\W/g,"_")
+  // <appletID>_Image_holder for all images not identified as above
+  // if a page div is not identified, then the image will be placed in a new 
floating div
+  
 
+note: experimental SHOW IMAGE now replaced by new command IMAGE
 
 JmolVersion="14.3.12_2015.02.26"
 
@@ -97,7 +103,6 @@
 new feature: show image CLOSE ""              # the model image
 new feature: show image CLOSE "c:/temp/t.bmp" # the image for this file
 
-
 new feature: write IMAGE
  -- same as SHOW IMAGE
  

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

Reply via email to