Changes:
- Added toolbar button for List Peaks within a Range.
- Added a new feature for dialog boxes that prompt you for an X or Y value: While a text box meant to accept an X or Y value has the focus, if you left click on the plot then the corresponding X or Y value (whichever is appropriate) at that location is automatically written to the box and the focus is shifted to the next control on the dialog. This isn't implemented in all dialogs where it would be appropriate yet. For an example see the X range boxes for Truncate X and Smooth. Currently no effort is made to round values, so you'll probably get more significant digits than you'd like. This will most likely be improved. There's also no visual cue that you can do this - ideas will be appreciated. (Thanks to Lance for the suggestion).
- Increased the default timeout value in DPLOTLIB functions from 1 second to 10 seconds. The shorter timeout value worked fine for most plots, but was insufficient for large (>5000 points, depending on processor speed) contour plots of random 3D points.
- Line segments drawn as a result of XY or XYXY commands or with the new DPlot_AddData DPLOTLIB function were not repainted properly if the ManualScale command was also used and the DPlot window was covered/uncovered.
- ManualScale macro/DDE command did not allow you to specify the Z extents for a 3D plot.
- DPlot files saved while in data processing mode may or may not have had data processing mode turned on automatically when the file was re-read.
DPlot: http://www.dplot.com/beta/dplotsetup.exe
DPlot Jr: http://www.dplot.com/beta/dplotjr_setup.exe
DPLOTLIB: http://www.dplot.com/beta/dplotlib.zip (DPLOTLIB is included with DPlot Jr; you don't need both)
Edit: Links changed to normal versions, which include all mentioned changes.
As always, comments, questions, and criticisms are welcome.