Skip to content

TopLogic 7.8.3

Compare
Choose a tag to compare
@haumacher haumacher released this 16 Aug 16:07
· 1052 commits to master since this release

In addition to a whole series of detail improvements and bug fixes, you can now not only resize table columns manually by dragging the column separator, but also have them automatically adjusted to the displayed content. To do this, you can double-click the column separator or select the option "Automatically adjust column width" in the burger menu of the table.

A new syntax in TL-Script allows you to write text blocks with line breaks without quoting. The syntax that is also known in Java is used:

myText = 
    """
    This is a text-block
    containing multiple
        lines and some indentation
            that is independent
        of the indentation of
    the surrounding code.
    """

With the new functions split() and join(), strings can easily be split into lists and reassembled.

All details can be found here: https://dev.top-logic.com/tl/content/releases/TL_7.8.3/