Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML "=" (equals) character incorrect displaying #38

Open
bachilli opened this issue May 23, 2016 · 8 comments
Open

HTML "=" (equals) character incorrect displaying #38

bachilli opened this issue May 23, 2016 · 8 comments

Comments

@bachilli
Copy link

When editing html with PHPStorm 2016.1 before a tag closure, eg.: the equals character shows as "minus".

Eg.:

show as

<a class-"class1">

very weirdo...

@madmalik
Copy link
Owner

I don't understand the issue you're describing. Could you post a screenshot please? Github seems to have eaten your example...

@bachilli
Copy link
Author

Sure:

image

image

So, if you see the "equals (=)" character differs from monospace default font and mononoki. It's a font or IDE problem?

@bachilli
Copy link
Author

bachilli commented May 23, 2016

It seems only happen using Solarized Dark theme w/ mononoki font. Darcula theme w/ mononoki font displays "equals" character correctly.

@madmalik
Copy link
Owner

This seems to be a strange bug in the font rasterizer, and I presume there is not much I can do about it directly. But I'll try to replicate that, so I can file a issue for the font rasterizer

@kauser-cse-buet
Copy link

I faced the same problem, In intellij editor when I type 'equal sign' in double quote. it shows hiphen sign in place of equal.

"result = " is shown as "result - "

I am using mononoki font in intellij ide.

mononoki-intellij-equal

@mmrath
Copy link

mmrath commented Jun 7, 2016

Same issue. I had to revert back to default font.

@vittau
Copy link

vittau commented Jun 14, 2016

I noticed it has to do with font size, if you play around with the size in Intellij IDEA, sometimes it works correctly. Windows 10 here.

EDIT: Well the newest version is now completely broken to me:
mononokifail

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants
@mmrath @bachilli @madmalik @kauser-cse-buet @vittau and others