Please enable JavaScript to view this site.

A-Shell Development History

1157.0.1

Add Printer init command PAPERSIZE.

1157.0.2

APEX refinement: Title bar of APEX window now displays the printer name and paper size being used for the preview context.

1157.0.3

New 6.5 version of the XTREE control released (SftTree_IX86_A_65.dll) replaces the previous 6.0 version (SftTree_IX86_A_60.dll). The old DLL will no longer work (you'll get a "Unable to load library" error if the new version is not present. New features have yet to be addressed (mostly it improves compatibility with Windows 7), except for the minor enhancement described next:

1157.0.4

XTREE enhancement: double-clicking on the border between columns will now optimize the width of the column to the left (as in Excel), provided the column is not locked.

1157.0.5

New flag XTREE Auto-Expand will expand the columns to fill the width of the tree control.

1157.0.6

Compiler bug fix (edit 437) - references to PRIVATE variables were not being handled properly when not inside a function or procedure. Also, unmapped variables used to specify the dimensions of a PRIVATE DIMX statement were not being reported as compiler errors.

1157.0.7

VUE (295) enhancement: VUE now automatically registers the equivalent of "PUSH 9" whenever leaving the current row (i.e. due to up/down arrow, page up/down, home/end, next match, etc.), allowing you to return with >POP 9. (Particularly useful if when searching to return to the prior match, or whenever you accidentally hit the HOME or END key.)

1157.0.8

XTREE enhancement: Support for CSV Format as a variation of file mode.

1157.0.9

XTREE bug fix: Sorting in date columns (particularly when one or more items also had a time component) was not properly handling items where the date and/or time was blank. Also, in D/M/Y mode, times were always sorting ascending even when dates were descending.

1157.0.10

GUI debugging enhancement: Control+Shift+DblLeftClick may now be used as an alternative to Control+Shift+DblRightClick (or +DblMiddleClick) to bring up the GUI Control dialog (to access the control dump & trace window.) (This solves a problem where the existence of a context menu interfered with the operation of the double-right-click.)

1157.0.11

ATE bug fix: under some circumstances, when no Ftp login information was included in the profile, A-Shell was copying the telnet/ssh login information to it incorrectly such that the Ftp name was being filled in with the (encrypted) password. Not only did this mess up Ftp but caused the ATE configuration dialog to fail to create the Ftp name field so it could be edited. (If you have a profile with this problem, you may need to delete and re-create it.)