Browse Source

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

Source commit: 62ffa92afd48df45c674da8c5d9fe26e68a471b4
Martin Prikryl 6 years ago
parent
commit
95d09f8d94
1 changed files with 1 additions and 0 deletions
  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);