Lines Matching +refs:text +refs:line +refs:d

16 # bug fix: APBS reader could hang on empty line
50 # bug fix: labels given text after containing an image have incorrect y-displacement
88 # bug fix: console command recall (up arrow) does not always return full command line
431 # bug fix: command-line jmol scripts not exiting jmol upon an error condition
532 # bug fix: /** comment ending line can cause odd error
558 # any binary math operator at end of line or beginning of next line
562 # new feature: -p Jmol application command line option --printOnly silent operation with only prin…
631 # --Commands separated by semicolons or line breaks
695 # plus some more -- no line breaks necessary for for/if/while:
1211 # bug fix: line raster not completing lines
1218 # bug fix: very subtle code error on lines and cylinders rasterization not completing line end pixe…
1348 # new feature: application -d --debug sets loglevel to 5
1387 # public String clipImage(String text);
1389 # sends image (null parameter) or text to clipboard
1509 # bug fix: goto with a # comment in the script prior to the target line fails
1584 # bug fix: text color near black with antialiasdisplay becomes white
1585 # bug fix: text antialiasing of near-black text looks very bad when antialiased
1647 # new feature: (Application) command line option -j --jmolscript "script commands"
1682 # new feature: draw LINE {...} {...} {...} {...} draws line segments
1798 # bug fix: y-offset for echo text and images
1878 # gets a new-line-separated list of rotational quaternions for all applets with applet names.
1979 # same as text is displayed.
1982 # -- note that images can be placed in 3D, just as for text.
2056 # but without ID, one is restricted to words that are simple text and not Jmol entities.
2077 # new feature: // at beginning of a line marks comments
2115 # measure $point2 {atomno=3} $line[1]
2485 # bug fix: 3D echo text not centering properly with set ECHO myEcho CENTER
2568 # code: meshrenderer debug line not removed
2605 # Between types, or involving NOT, options are AND'd together
2606 # Within a type not involving NOT, options are OR'd together
2621 # bug fix: load FILTER "BIOMOLECULE 1;APPLY SYMMETRY" does not read second line of chain list
2752 # bug fix: draw width 0.05 {...} {...} -- line does not properly render
2753 # bug fix: data "model"...end "model" saves state without first line if first line is empty
2801 # multiple constraints can be present; one per line input
2939 # bug fix: mol2 reader cannot read files with single-line comments
3440 # bug fix: set measures 0.1 --- solid line does not move.
3574 # JmolManifest is simply a list of files, one per line.
3584 # IGNORE_MANIFEST --- (on the load command line) indicates that the internal ZIP file manifest…
3724 # new feature: "\" at the end of a line marks a continuation of that line
3753 # bug fix: antialias with translucent but antialiasTranslucent = false; labels, text, echos, hover,…
3800 # if found, ONLY this text is processed and all other text in the file is ignored.
3862 # bug fix: draw object text not selective for frame
3863 # new feature: draw object title line number corresponds to model number for multi-model draw objec…
3890 # new feature: write FILE (text-files only)
3897 # bug fix: antialias adjustments for hover text and background box
3898 # bug fix: antialias fix for text color same as background and in front of translucent surface appe…
3952 # POV-Ray text -- ALL text (echos, labels, axes, etc.)
4048 # bug fix: semi missing in show orientation message, second part (zyz text)
4121 # 00001 first line of bond dotted
4122 # 00010 second line of bond dotted
4123 # 00011 first and second line of bond dotted, etc.
4162 # bug fix for() as first command in script or line
4181 # critical bug fix for 11.3.23 compiler not recognizing line endings
4289 # var x = script("draw line"+ id + " {atomno=" + a + "} {atomno=" + b + "}")
4298 # function d(a,b)
4302 # x = d({atomno=3},{atomno=4})
4415 # plane(a,b,c,d) or plane("{x,y,z,w}")
4587 # a color key using positionable ECHO text boxes:
4735 # bug fix: Support for mol2 files with blank line after comments.
4743 # bug fix: odydata fix for files with \r\n for line ending
4746 # bug fix: echo text not re-orienting on resize of applet or application
4807 # bug fix for 3D text echo staying in window
4808 # bug fix for draw text+translucency
4809 # bug fix for draw text not hovering for points
4960 # adds simplistic <sub></sub> <sup></sup> to text, including echo, label, hover, etc.
5180 # adds translucency for echo and hover, both text and backgrounds
5208 # "MOPAC-Graphical data" on the first line, character index 6.
5266 # in 11.1.0 - 11.1.25 because of a missing number in the definition line :(
5399 # jvxl 1.0 -- adds ANGSTROMS flag on line with # of atoms (line 3)
5745 # d = {oxygen and * /1}.distance{oxygen and * /2}
5764 # The .lines operator splits a string into an array based on line termination.