How to distinguish en-dash from hyphen in Notepad++?

不问归期 提交于 2020-01-15 08:25:00

问题


Using Notepad++, I'm not able to distinguish an en-dash () from the standard hyphen (-).

Surprisingly, both are represented with the latter.

Is there a way to:

  • visually distinguish them, or even better
  • automatically replacing every en-dash with an hyphen when opening, or saving, the text file ?

Using a RegEx to manually search and replace is not an option because I could forget to do it.

I've installed Notepad++'s TextFX plugin that I know is good at handling this things, but I'm stuck.

来源:https://stackoverflow.com/questions/33563809/how-to-distinguish-en-dash-from-hyphen-in-notepad

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!