redoPop / SublimeGremlins

Reveal odd and invisible whitespace characters in Sublime Text.
43 stars 3 forks source link

The plugin doesn't highlight non-printable characters #12

Closed victormoliveira1 closed 1 year ago

victormoliveira1 commented 1 year ago

Description of the Issue

Sublime Gremlins doesn't highlight Next Line (Codepoint U+0085, NEL), Arabic Letter Mark (Codepoint U+061C, ALM), Ogham Space Mark (Codepoint U+1680, OSPM) and Mongolian Vowel Separator (Codepoint U+180E, MVS) when inserted on a text file.

My observation was based from this table of non-printing characters where I confirmed that only NEL, ALM, OSPM and MVS wasn't detected by Sublime Gremlins plugin.

Debug Information

Windows 10 22H2 (Build 19045.2965) Sublime Text 4 Build 4143 Plugins: Package Control v3.4.1, Sublime Gremlins v1.1.2

redoPop commented 1 year ago

Thanks for reporting this, and for taking the time to make it so clear and detailed.

Could I ask you to double check that U+0085 (Next Line) isn't highlighted on your system?

I was able to verify the other three missing codepoints and opened #13 to add them, but U+0085 should be covered by current code. I see it highlighted on my system, but I'm running macOS and don't have direct access to a Windows machine. (Our other details, including ST build number, are identical.)

victormoliveira1 commented 1 year ago

Hi @redoPop! Sorry for the late reply.

You're right, the U+0085 (Next Line) is indeed highlighted on my system with Sublime Gremlins v1.1.2, I just checked it. I think I just got lost in my tests when I posted it.

victormoliveira1 commented 1 year ago

Thanks for reporting this, and for taking the time to make it so clear and detailed.

Could I ask you to double check that U+0085 (Next Line) isn't highlighted on your system?

I was able to verify the other three missing codepoints and opened #13 to add them, but U+0085 should be covered by current code. I see it highlighted on my system, but I'm running macOS and don't have direct access to a Windows machine. (Our other details, including ST build number, are identical.)

Hi @redoPop, any news regarding this issue/PR? Thank you.

redoPop commented 1 year ago

Thanks for the nudge! The character list has now been updated in Sublime Gremlins v1.1.3.