Jump to content

Daniel Peñalba

Members
  • Posts

    45
  • Joined

  • Last visited

  • Days Won

    8

Posts posted by Daniel Peñalba

  1. We were told that this is is purely a limitation of the Skia milestone used by SkiaSharp. The out of the box Windows Skia build has dysfunctional ClearType even with Avalonia custom Skia build that uses a up to date milestone. So at the moment the only available solution is using a downgraded Version of SkiaSharp on Windows.

    The developer who is working on a native skia bindings.. which is almost working… has returned from holiday and is resuming this today. So hopefully they can find a way to make clear type work with the latest skia version.

  2. @Jonah Grimm thanks for your feedback. It's always very valuated.

    We didn't add it because each category node (changed/added/moved/deleted) already have this info, but you're right, we're not displaying the totals.

    Just out of curiosity ... are these metrics (total count/checked) something that you use and it's valuable in your daily basis? And ... the most important question, ... why? I mean, in which workflow do you use them?

    That's being said ... yes! It's doable and it could be added in the "Items" header easily 🙂

  3. About you "no selector" error:

    2022-04-23 13:08:02,023 MST11\major ERROR plastic - Plastic SCM client version: 11.0.16.6860
    2022-04-23 13:08:02,023 MST11\major ERROR plastic - 
    Error message: There is no selector for this workspace. e:\Development\Unity\2021\Mouse4CatV2

    Can you check the following file?

    e:\Development\Unity\2021\Mouse4CatV2\.plastic\plastic.selector?

     You should have something similar to this:

    rep "my-repo@my-org@cloud"
      path "/"
        smartbranch "/main"

     

  4. Thank for reporting this. There is a mismatch in localization keys that were not properly removed. We will fix it for the next public release.

    In the meantime, if you want to workaround the issue you can manually delete the following localization key from the file:

    <plasticinstalldir>\client\localization\plastic-gui.en.txt

    Content to remove:

    == CloudLocalAccount ==
    Local

    Sorry for the inconveniences.

  5. The following rules are used to determine how to maintain the position:

    • If the "home" changeset is visible on the screen it maintains its relative position.
    • If there is a selected changeset, it maintains its relative position. If the selected changeset is not relevant, its relevant parent is used.
    • Otherwise the most right visible changeset is used to maintain the relative position.
×
×
  • Create New...