Notify user if font not display some characters#2490
Conversation
|
@MrIkso this check is great, but it might be very annoying to see it every time a project loaded or reloaded. Also, if user will go to settings and change editor font, warning may appear again, because it is unclear which characters not supported and what font support them. |
This check only works when deobfuscation is not used and renaming is disabled.
I don't know, there are characters that no font can display. Also I don't know how long it would take to fully check the code, if it very bigger with all non-printing characters. As part of the optimization it only goes through once and if at least one non-printing character is found, everything stops and a warning is displayed. |
@skylot some improves java_nlpctsHF1f.mp4 |
This PRs add warning message, if code has non-displayable character. Fix #621