Page 2 of 2

Re: Comments

Posted: 14 Jan 2011 14:39
by admin
Made some tests and decided that this is the best way:

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.

Re: Comments

Posted: 14 Jan 2011 14:46
by ilya
admin wrote:Agreed, done.
Thanks!
admin wrote:This is a touch too complex for me. Simpler idea:
- Display only the first line, plus ... (dots)
Yeah! :wink:

Re: Comments

Posted: 14 Jan 2011 21:44
by ilya

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.
Don, thanks! Image

PS: two spaces is has no any special sense. I think it can be just one space with same result. But your decision is very good anyway! Thanks again.