Jump to content

Diff displays != as single =/= character


Kike

Recommended Posts

Hi

In the new GUI version, I've noticed that Plastic has started displaying != as a unified character (=/=) by default.

image.png.7d864d4bdb0bcf001000232cf2acffa9.png

That's pretty confusing for a program focused on telling people what changed in a text file. Doing character replacements like that can mislead users or obscure weird problems (what if a program actually inserted that symbol as a special Unicode character?). In my opinion, text should be displayed as is in the file, char per char.

If a user wanted to do this, it should be a preference, but certainly not a default behaviour.

Can this be reversed? If it cannot, can it be toggled off somewhere?

  • Like 1
Link to comment
Share on other sites

15 minutes ago, Wolfram said:

In the dot-menu on the right, select "Change editor font...", and choose for example "Lucida Console" or another monospace font, instead of the default "Cascadia Code".

Thanks for the tip. At least it's reversible. Still, having that as default is not a good idea. Few programmers know that font feature (ligature characters), and even less like it, having sampled some time ago among my peers.

  • Like 2
Link to comment
Share on other sites

I fully agree that it is not a good idea for a tool and/or diff tool that focuses on source code files (as opposed to prose or something else) to use a non-literal (or even a proportional) font as default.

=> Plastic's default font for diff-/code view should be changed to a fixed/monospaced non-ligature literal font.

  • Like 2
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...