-
-
Notifications
You must be signed in to change notification settings - Fork 343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RC build 1690: converting line endings #1168
Comments
Please test beta version _5.19.504.1691_RC (see beta-channel access #1129). Remarks: The inconsistency check is only done on loading a file. It is assumed, that any change of |
v5.19.504.1691 RC: Almost... The second bullet point (new status bar indicator for inconsistent line endings) works well - thanks. What I was proposing in the first bullet point was that after the user chooses to make a file's line endings consistent, the line endings mode (as displayed in the status bar) should also change to the same setting. i.e. in the steps to reproduce, step 3 should display |
Hello @RaiKoHoff ,
|
Sorry, I missed this point. |
Tested: version _5.19.505.1692_RC, it's displayed according the the "Normalize" settings. 😃 As far as I am concerned, this issue may be closed.... |
Tested v5.19.505.1693 RC. Agreed. Thanks, @RaiKoHoff. |
Notepad3 (64-bit) v5.19.503.1690 RC.
I've noticed that the status bar indicator for line endings does not change when the user responds to the prompt and changes line endings in a file with inconsistent line endings.
Steps to reproduce:
Yes
:CR+LF
:LF
:Is this the correct behaviour for the line endings area of the status bar? Is it there to display the structure of the opened file, or the behaviour of the program? At present it seems to do both, i.e. double-clicking the status bar element changes all line endings (and marks the file as dirty), but when opening a file with inconsistent line endings the status bar does not reflect this; it then shows the program's line ending behaviour for new edits.
Proposal: in the instance where a user opens a file with mixed line endings:
{default_setting}*
(e.g.CR+LF*
) - to show that the file currently has inconsistent line endings, but the program's default behaviour is to add line endings in the indicated manner.How does that sound?
The text was updated successfully, but these errors were encountered: