You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently editor ends each line with CRLF, despite that pushed text have other endings (CR or LF alone). For my need (and I think others) I want editor should keep these endingd, and not replace it with CRLF. This should work also for paste text and searching. I think that IStandaloneEditorConstructionOptions should get new property like OriginalLineEndings (true / false), to activate this mode.
The text was updated successfully, but these errors were encountered:
vbcodec
changed the title
Fidelity wil line endings
Fidelity with line endings
Feb 6, 2020
Currently editor ends each line with CRLF, despite that pushed text have other endings (CR or LF alone). For my need (and I think others) I want editor should keep these endingd, and not replace it with CRLF. This should work also for paste text and searching. I think that IStandaloneEditorConstructionOptions should get new property like OriginalLineEndings (true / false), to activate this mode.
The text was updated successfully, but these errors were encountered: