瀏覽代碼

Comment that Notepad already supports unix line endings since Windows 10 1809

Source commit: 62ffa92afd48df45c674da8c5d9fe26e68a471b4
Martin Prikryl 6 年之前
父節點
當前提交
95d09f8d94
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      source/windows/WinConfiguration.cpp

+ 1 - 0
source/windows/WinConfiguration.cpp

@@ -115,6 +115,7 @@ bool __fastcall TEditorData::DecideExternalEditorText(UnicodeString ExternalEdit
   // By default we use default transfer mode (binary),
   // as all reasonable 3rd party editors support all EOL styles.
   // A notable exception is Windows Notepad, so here's an exception for it.
+  // Notepad support unix line endings since Windows 10 1809. Once that's widespread, remove this.
 
   ReformatFileNameCommand(ExternalEditor);
   UnicodeString ProgramName = ExtractProgramName(ExternalEditor);