Bug Fixes:
ds_GetObjectComments did not always return the correct text if the comment contained styles.
ds_GetStyleSheets sometimes returned "garbage" when the chosen font was "System Font" or "Application Font".
ds_GetObjectMethodIDs did not return information about variables or fields included in a group, and did not differentiate between process and interprocess variables.
New Features:
ds_GetObjectComments and ds_SetObjectComments accept an additional parameter: a BLOB for the style of the comment, if there is one. This style can be used with 4D Write, via the clipboard.
ds_GetObjectMethodIDs accepts an additional optional parameter: an array (synchronized with previous ones) holding the number of the page where the variable/field is.
ds_SetStyleSheet: it is possible to set the style sheet to "System Font", "Application Font" or "Small System Font" using special chars under 6.7.
ds_GetStyleSheets and ds_SetStyleSheet accept additional parameters on Mac OS X and 4D 6.8 to use new stylesheets.
New Routines:
ds_GetPluginNames returns a list of every installed plugin, including ones in the Mac4DX or Win4DX folder.
ds_GetPluginRoutines returns a list of a plugin routines.
ds_GetFormObjectMethodIDs works similar to ds_GetObjectMethodIDs but limited to a single form.
ds_Preferences Allows the developer change the behavior of DynamicStructure on slow computers.
Documentation Updates:
ds_GetFormInfos: minWidth, maxWidth, minHeight, and maxHeight parameters were inadvertently reversed in parts of the 1.0.0 documentation.