Procházet zdrojové kódy

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

Source commit: 62ffa92afd48df45c674da8c5d9fe26e68a471b4
Martin Prikryl před 6 roky
rodič
revize
95d09f8d94
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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);