Free Pascal

Live information from Lazarus
  • They're expecting the diff file... not the the inline image posted to the bug report.

    Code: Bash  [Select][+][-]window.onload = function(){var x1 = document.getElementById("main_content_section"); if (x1) { var x = document.getElementsByClassName("geshi");for (var i = 0; i pt></div><div class="bash geshi" style="font-family:monospace;"><ol><li style="white-space: nowrap; padding: 0 5px; background-color: #fff; line-height: 16px; border-left: 1px solid #999;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #c20cb9; font-weight: bold;">git diff</span> path<span style="color: #000000; font-weight: bold;">/</span>to<span style="color: #000000; font-weight: bold;">/</span>filename.ext <span style="color: #000000; font-weight: bold;">></span> filename.diff</div></li></ol></div><br />Then attach the file to the bug report as an attachment. You'll want to [code=bash]git checkout path/t... '
  • Hi, what would be the best way to send in a regular diff or patch? I am asking because I honestly do not know. The attached screenshots should shed some light on why this question. Thank you.
  • ...................
    2. Adding columns to TShellListView
    The TShellListView shows only three colum...
  • I put this in the TFormMain.SetBooks method to replace the double line you had there.
    [code=pascal]
            PBList.canvas.Brush.Color := Specialize IfThen<TColor>(Player=Human,$A0FFA0,$FFA0A0);//Use this
            if (Player=Human) then PBList.Canv...
  • Irrespective of the above, I thank you for your efforts, in trying to fix my buggy program.

    Much appreciated.

    cheers
    S.

    EDIT: BTW, both the lines you refer to are OK.
      361: b:=random(13)  picks a card (0..12) which is correct
      365: (c=100)           ...