Remove CR
end-of-line option from KolibriOS editors
#78
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We should not be offering
CR
as a valid EOL marker when creating files.The Carriage Return (CR) character (0x0D, \r) moves the cursor to the beginning of the line without advancing to the next line. This character was used as a new line character in Commodore and early Macintosh operating systems (Mac OS 9 and earlier).
@Doczom / @Sweetbread - please give a use-case where this is desirable?
Removing the option prevents accidentally creating 'broken' files, that are widely unsupported.
idk. I just added the label because of @Doczom
Reopening for further feedback. I raised this, having had to fix weirdly broken EOL in the source code... so clearly it does confuse users...
The feature was introduced by
Anton Krotov
0d7861018a
Again, I hit another issue due to
CR
line endings (not supported in git!). This wasted an hour of my time... see:245e7b9886
Please @Doczom reconsider this as a defect! No User should be creating files with non-standard line endings.