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

Handle newlines in cIniFile #5447

Merged
merged 7 commits into from Mar 22, 2023
Merged

Commits on Oct 4, 2022

  1. Handle newlines during read and write in cIniFile

    When reading the ini file, replace \n with newline. When writing,
    replace the newline with \n.
    MacaylaMarvelous81 committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    bf97145 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Configuration menu
    Copy the full SHA
    c320009 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6302340 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Configuration menu
    Copy the full SHA
    c16f294 View commit details
    Browse the repository at this point in the history
  2. Removed duplicate variable

    12xx12 committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    de11bac View commit details
    Browse the repository at this point in the history
  3. Revert "Removed duplicate variable"

    This reverts commit de11bac.
    12xx12 committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    4bc5c9e View commit details
    Browse the repository at this point in the history
  4. Removed duplicate variable

    Now without plugin changes
    12xx12 committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    8760625 View commit details
    Browse the repository at this point in the history