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
In that case, sorting is (slightly) wrong. Converting to Cr/Lf solves the problem, but because of cross-platform development, I use Lf.
Very easy to reproduce: these 3 lines are not sorted.
a
c
b
Another thing: it seems that \Cr\Lf are sometimes added in place of \lf.
The text was updated successfully, but these errors were encountered:
Didn't think about it during development, so I'm sorry if my LineSorter messed up your files (I know how painful the different line endings in one file/project are for developers)!
- VS 2019 support and some fixes:
- Different newline representations now available to work with (#2)
- Custom sorting's windows should now display correctly (#3)
In that case, sorting is (slightly) wrong. Converting to Cr/Lf solves the problem, but because of cross-platform development, I use Lf.
Very easy to reproduce: these 3 lines are not sorted.
a
c
b
Another thing: it seems that \Cr\Lf are sometimes added in place of \lf.
The text was updated successfully, but these errors were encountered: