Skip to content
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

serial-monitor: Support LF line-ending mode and fix split-up line-endings #894

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 29, 2023

  1. Support LF line-ending mode and fix split-up line-endings

    This commit adds LF ("\n") line ending support, completing coverage for all line endings ("\r", "\n", "\r\n").
    
    It also provides a robust solution for line endings split across chunks (the issue from the todo comment that points to https://bitbucket.org/dmitry_cherkas/intellij-serial-monitor/issues/1), replacing the previous temporary fix. Since the bitbucket repo is offline I had to use ribasco/intellij-serial-monitor@1414af0 to find the linked issue.
    Crementif committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    66f82c4 View commit details
    Browse the repository at this point in the history