Comments

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
admin
Site Admin
Posts: 66350
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Comments

Post 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.

ilya
Posts: 66
Joined: 02 Jun 2009 22:42

Re: Comments

Post 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:

ilya
Posts: 66
Joined: 02 Jun 2009 22:42

Re: Comments

Post 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.

Post Reply