-
Notifications
You must be signed in to change notification settings - Fork 32
Description
FYI - I have updated OCL-SwingJS to TS update ace452e (2025.02.01) for all files changed since 2025.01.02. Only Molecule.java and BondQueryFeaturesDialogBuilder.java have additional modifications by Bob Hanson.
Molecules - adds mParitiesPreset
necessary for getting atom and bond parities into Canonizer, where they are used to set the mZCoordinatesAvailable and allow reading of atom parities as an alternative to 3D coordinates during the setting of actual atom priorities.
BondQueryFeaturesDialogBuilder -- asynchronous
This and related builders in OCL-SwingJS are subclasses of AsynchronousQueryBuilder, which collects some common event processing and allows JavaScript to pass through the "modal" dialog stop and continue only when user action closes the dialog.