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
Redundant CR are inserted when inserting a whole comment or adding a new comment line (please see the screenshot).
Sublime Text 3
Line endings - "Windows"
OS - Windows x64
Maybe Sublime Text 3 better cares about line endings and "\r" is not necessary.
I didn't tested it in Sublime Text 2 but I think ST2 still needs "\r".
So my fix should be improved to check ST version or something like that.
The text was updated successfully, but these errors were encountered:
phts
added a commit
to phts/SublimeYardoc
that referenced
this issue
Feb 8, 2014
Fixesrevathskumar#11. Redundant CR were inserted at the end of every comment line
in Sublime Text 3 if line endings style is set to "Windows".
Removed line endings check from "line_ending" method.
Redundant CR are inserted when inserting a whole comment or adding a new comment line (please see the screenshot).
Sublime Text 3
Line endings - "Windows"
OS - Windows x64
Maybe Sublime Text 3 better cares about line endings and "\r" is not necessary.
I didn't tested it in Sublime Text 2 but I think ST2 still needs "\r".
So my fix should be improved to check ST version or something like that.
The text was updated successfully, but these errors were encountered: