Code: Select all
* List | Comment column: Now in multiline comments that have to be
shown in a single line, the pilcrow character (¶) is replaced by
two spaces for better looks.
Code: Select all
* List | Comment column: Now in multiline comments that have to be
shown in a single line, the pilcrow character (¶) is replaced by
two spaces for better looks.
Thanks!admin wrote:Agreed, done.
Yeah!admin wrote:This is a touch too complex for me. Simpler idea:
- Display only the first line, plus ... (dots)
Code: Select all
v9.90.0020 - 2011-01-14 20:17
+ Tweak to limit the column width by Autosize Columns to a certain
value (in pixels), e.g. 200 pixels:
AutoSizeColumnsLimit=200
- Removed this feature from v9.90.0012:
List: Autosize columns now increases the Tags and Comment columns
width to maximally 200 pixels. Since tags and comments can have
any length, some arbitrary limit has to be enforced here.
- Removed tweak to show tags and comments in view Details with
Thumbnails in multiline format:
CommentMultiline=1
Reason: This setting works so well, it is now hard-coded!
* List: Autosize Columns now works alright for the Comment column
when it is in multiline mode.
* List | Comment column: Now in multiline comments that have to be
shown in a single line, the pilcrow character (¶) is replaced by
two spaces for better looks.