1146.2.1 |
HTTP.SBR bug fix: Remove dependency on AshNet_FTP routine which was causing an "unable to link" error if the version of ASHNET.DLL was less than 107. |
1146.2.2 |
ATE adjustment: default for the "GUI tokenize" option is now OFF within ATE itself, even though it is ON within the ATE configuration dialogs. Even though this seems illogical, it only affects sites who upgrade from ATE 5.0 to 5.1 without going through the ATE configuration dialog. (Since the default was OFF in 5.0, it makes sense to preserve that in 5.1 with existing profiles that have not been edited. (This probably only affects FMC.) |
1146.1.1 |
*** WARNING: COMPATIBILITY CHANGE: All of the VUX (VUE function key translation files) had an incorrect translation for Shift-F5. They were returning ^_Q (toggle insert) instead of ^_U (clear block). Presumably this is a benign bug fix, but if you were somehow counting on the prior translation, you may want to retrieve a backup copy of your VUX files and/or re-adjust them using FIXTRN. |
1146.1.2 |
Refinement of HOME/END Keys in XTREE, part 2. |
1146.1.3 |
INFLD GUI bug fix: The default INFLD TYPE codes (set via SBR=INFDEF:xxxx or SET INFDEF) were not being used when redisplaying the control after editing or in display mode. For the most part this didn't matter, but it was noticeable in certain circumstances (like when the default TYPE codes included "||F", and the font scale factor was <> 0, and the force fixed pitch font option was not selected). Note: in ATE environments, this patch applies to the server side. |
1146.1.4 |
Compiler bug fix: (edit 434) The enhanced AS clause support (see 1145 below) allowing symbols to be use for parameter sizes (e.g. "a as X MAX_A") was only working for the passed parameters (i.e. those within the parentheses) and not for the final "AS <type><size>" clause which determines the return type/size of the function. (Essentially the size was being ignored if expressed as a symbol, and the default size was used instead). |
1146.1.5 |
APEX refinement: To reduce the possibility of the saved/restored preview window size being too small or oddly placed to easily spot it, the minimum size has been increased to 250x200 pixels, and if the saved position is more than 10% outside the current extended desktop, we use a default size/position on the main monitor, rather than just sliding it over to the nearest visible position on the virtual/extended desktop. (The theory here is that the previously saved window position doesn't match the curent desktop/monitor configuration, then the environment has changed and there is probably no value in trying to preserve the last known position; better to restart with conservative defaults in that case.) |
1146.0.1 |
Change to handling of HOME/END Keys in XTREE, part 1. |
1146.0.2 |
ATE disconnect improvement: in some cases, using File > Disconnect while in a GUI input operation was causing the "|D" to appear in the input control, rather than disconnecting. |