One of the most missed software when switching to Linux is Notepad++. Many Windows users love it due to its simplicity and programming-related features. There are many modern text editors on Linux ...
Windowsにデフォルトで提供されているテキストエディターのメモ帳は、macOSやLinuxのテキストファイルは適切に扱うことができない。Windowsのテキストファイルは改行にCR(Carriage Return)+LF(Line Feed)を使用しているが、macOSやLinuxはLF(Line Feed)のみを使っているためだ。