Please enable JavaScript to view this site.

A-Shell Development History

1187.3.1

XTREE font scaling fix: Row height is now adjusted on initial load to avoid truncating scaled fonts, even when XTF_VARY is not set.

1187.3.2

XTREE font scaling fix: Font scaling with Control +/- is now more "natural", eliminating a previous confusion when the incremental scale adjustment didn't actually change the effective size of a particular column font.

1187.3.3

XTREE font scaling enhancement: Column widths are now re-optimized when you adjust the overall scale using Control +/-.

1187.2.1

XTREE bug fix: Correct problems in 1185 and 1186 which resulted in a different default XTREE font size (generally smaller) then prior to 1185, when the Misc. Settings font scale was other than 0. Also, XTREE default font now matches the A-Shell default GUI font, rather than the Windows default GUI font (the note on 1186.5 was incorrect; this is how it was prior to 1185.)

1187.2.2

EZTYP bug fix: The initial page status (or page status after using the Repaginate command) was showing N/N rather 1/N, which led to progressively worse mismatches between the reported position and the real position.

1187.1

Windows printing enhancement: PRTCOPIES now affects the printing of multiple copies.

1187.0.1

Add MIAMEX function MX_AGINTERPROC for sending AG commands between instances of A-Shell/Windows.

1187.0.2

New AG_SENDKBD (82) command to send keyboard characters (literal text, virtual function key sequences, control characters using ^ notation). This is mainly useful for sending key clicks to another A-Shell/Windows instance (or from a server to ATE).

TAB(-10,AG_SENDKBD); text; chr(127);

1187.0.3

Compiler enhancement (456): reserved words are now allowed for field names within a DEFSTRUCT. For example:

DEFSTRUCT ST_TIMEDATE

MAP2 TIME,B,4

MAP2 DATE,B,4

ENDSTRUCT

 

Normally TIME and DATE would be disallowed since they are reserved words, but since they get appended to the structure instance name before really being used, there is no conflict here. (Change does not depend on or affect runtime environment.)

1187.0.4

Clean up some issues internal issues with the use of XCALL/VXCALL names longer than 6 characters (see 1186).

1187.0.5

ATE bug fix: APEX directory names containing a "-" were interfering with AUXLOC: printing.