1225.0.1 |
Status line display enhancement/fix: accented characters are now supported. Previously, the 8th bit was used for attribute information, which caused accented characters to generate garbage. |
1225.0.2 |
XTREE enhancement: LeftArrow from a child row now jumps to the parent (provided XTF_LEFT is not set, or @@ is used to override it). Conversely, RightArrow from a parent row whose children are already expanded jumps to the first child (provided XTF_RIGHT not set or @@ is used). With this, plus the expand/contract on left/right feature added in 1220.0, XTREE now matches the handling of the arrow keys in the Windows registry editor. |
1225.0.3 |
INFLD enhancement: new TYPE code ||E causes Enter to return exitcode 23 instead of the normal 0. This can be useful in certain dialog situations (particularly involving AUI_EVENTWAIT) where either the correct response to Enter, or the meaning of a response of exitcode 0, might otherwise be ambiguous. |
1225.0.4 |
XTREE change/enhancement: New coldef cformat code "tt" acts like "t" (non-editable checkbox), but instead of always displaying in dim intensity, instead uses the same formula based on the value of the cell as with editable checkboxes. In other words, by default, "tt" checkboxes display in normal intensity; to force individual checkboxes to display as dim, add +4 to the cell value. |