On 3/29/2017 4:03 PM, [email protected] wrote:
Doh! It was my CSS. I was using a test repo without my modified CSS. Now
it works.
I think this is the 2nd time I tripped on this. :(

// from CSS //
/* THIS DOES NOT WORK - Enable Check-in comments to respect linefeeds. */
span.checkinComment {
  font-family: Consolas;
  white-space: pre;
}
/* THIS WORKS - Enable timeline comments to respect linefeeds. */
span.timelineComment {
  font-family: Consolas;
  white-space: pre;
}

Where and how would I use the above?


@the.tick - With UTF-8(±BOM) source files, I can't reproduce your
problem. Win10 x64, Fossil v2.1.

I'm on win7x64. Both Active State's Tcl 8.6.4 and a compiled 8.6.6 (msys2's x64 gcc) barf on the 'bom' at the beginning of a .tcl source file. I compiled fossil from the 2.1 source I downloaded around 3/13. That version of fossil ignores newlines in my commit text -- I need to look into this markup thing.

On Wed, Mar 29, 2017 at 4:04 PM, Richard Hipp <[email protected]
<mailto:[email protected]>> wrote:

    On 3/29/17, [email protected] <mailto:[email protected]>
    <[email protected] <mailto:[email protected]>> wrote:
    >
    > Side note:
    > I have all Timeline Display Preferences unchecked and my v2.1 Timeline 
does
    > not respect new lines in my check-in comment?
    > v1.37 showed newlines in the Timeline for identical setup.
    > Is this intentional change?
    >

    No.  Can you show us a test case?
    --
    D. Richard Hipp
    [email protected] <mailto:[email protected]>

_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to