Please enable JavaScript to view this site.

A-Shell Development History

1247.2

MX_WINSETTINGS refinement: opcode 3 (reload settings from file) now checks to see if any of the new color settings differ from the current ones. If not, it skips repainting the window, which may eliminate a flicker on some monitors with slow video processors.

1247.1

XTREE refinement: adding cformat code U (application-editable only) to a checkbox (T or t) or radio button (R or r) now has the expected effect, i.e. the same effect as on regular text cells. That is, the checkbox/radio button becomes disabled to the user, but gets updated by the answer array.

1247.0.1

XTREE enhancement: new column cformat code A is like S (string) except forces it to use the standard ASCII sort instead of the "natural" sort. The A may be added to the S or used in place of it. Note that the LDF collating sequence applies, regardless of the sort algorithm.

1247.0.2

XGETARGS bug fix: auto-extension now works (just as it does with XGETARG).

1247.0.3

XGETARG bug fix: if an XGETARG statement which actually required an auto-extension was followed immediately by a DIMX statement, a bogus runtime error ("re-dimensioned array") was being triggered.