1415.2.1 |
INMEMO bug fix: reformatting the memo (Ctrl+O) was not setting the "memo updated" flag, so if it was the only action during an editing session, the memo wouldn't have been rewritten. |
1415.2.2 |
XTREE refinement: Column width optimization now takes into account the effect of column merging (i.e. a pair of columns with the "O" and "o" cformat flags, respectively). Previously it either expanded the first column to contain all of its text, effectively wasting the available space in the merge-into column, or it ignored the first column text and just optimized it for the width of its header. |
1415.2.3 |
PRINT.LIT 3.3(127) Fixes failure to recognize the /NOLANDSCAPE and /NOPASSTHROUGH switches. /PORTRAIT is also now treated as an alias to /NOLANDSCAPE. |
1415.1.1 |
.LINENO(ch) refinement: lines starting with "//" (assumed to be GDI directives) are no longer included in the line count. |
1415.1.2 |
XTREE enhancement: A click exit on a non-editable tree now sets the XTR'XCOL and XTR'TARGETCOL parameters to the clicked-on column. Previously, these were only set for editable trees. |
1415.1.3 |
XTREE bug fix: the XTF2_AUTOEXPROW feature (see 1415.0 below) wasn't working properly when replacing contents of an existing tree. |
1415.1.4 |
SftTree_IX86_U_70.dll updated (to version 7.0.3) to resolve some minor incompatibilities with Windows 10. |
1415.0.1 |
XTREE enhancement: In CSV mode (XTF2_CSV), you may now use the notation "\n" to embed a CRLF within a field, provided the cformat format column contains the "M" (allow embedded CRLFs) option. This avoids complications with parsing CSV files containing line breaks inside of fields. |
1415.0.2 |
|
1415.0.3 |
AUI_CONTROL enhancement: The MBF_AUTOGROW option now works for static text controls containing embedded CRLFs, i.e. expands both the width and height of the field to contain the text. Previously it ignored the line breaks and treated it like a single line field. |
1415.0.4 |
AUI_WINDOW and AG_SHOWWINDOW refinement: In the SW_QUERY mode, the altpos grid unit returned was not taking into account the dialog grid scale factors specified in the Dialog Sizing dialog. This was also affecting the rows and columns returned as the size of a control affected by altpos units. |
1415.0.5 |
DIR.LIT 3.3(156), COPY.LIT 3.3(139), ERASE.LIT 3.4(127) remove excessively verbose DEBUG mode tracing from the previous versions. |
1415.0.6 |
Include four new icons in standard package: nav_left_24.png, nav_right_24.png, nav_up_24.png and nav_down_24.png. These are simple black triangles which can be useful in many contexts for simple directional navigation buttons. |