1363.2 |
XTREE refinement: setting COLDEF="" when re-entering an existing tree will now re-use the previously-specified COLDEF definition. |
1363.1 |
Compiler refinement (edit 647): when a function or procedure definition occurs (illegally) within an extended IF or FOR statement, the compiler now reports the location of the unterminated IF or FOR statement. Otherwise, it may have occured countless lines or even modules previously, since there otherwise no limit to the size of the body of a FOR or IF statement, making it very difficult to find the problem. |
1363.0.1 |
Stack tracing bug fix: When stack tracing was active (SET TRACE XDEBUG ON and SET DEBUG), if the call stack needed to be expanded (typically an indicator of a program out of control), and the expansion required moving the stack, the result was an A-Shell crash (rather than an eventual stack overflow error). |
1363.0.2 |
AUI_CONTROL enhancement: Accelerator Keys |
1363.0.3 |
AUI_CONTROL enhancement: Hover/Context Menus |
1363.0.4 |
AUI_EVENTWAIT refinement: use of the eventwait timer was intermittently interfering with other timer-based events, such as the automatic display of a hover menu. |