Overview

Multiline Query and Article View Text

Article-view information rows now honor the existing Use newline setting consistently, including text supplied by PartInfoColumn and BasicPartInfoTreeColumn implementations.

Runtime/Behavior Changes

Multiline Query and Article View Text

When ArticleViewSnapper has Use newline enabled, information-row text returned by PartInfoColumn or BasicPartInfoTreeColumn is now passed through ArticleViewSnapperGText.breakLinesViaFormatter(). Long values can therefore wrap onto multiple lines and increase the row height in article-view previews and output.

New: gText = gText(indent # output, c.alignment);
New: if (useNewline) gText.breakLinesViaFormatter();

Custom information columns, visual comparisons, or layouts that assume one line per information row should account for the wrapped output.