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

Fixed some Profile Mode Issues. #1442

Closed
wants to merge 4 commits into from

Commits on Jul 20, 2023

  1. Profile Mode Improved.

    The current profile's name is shown on the main window, Profiles names can be custom and added buttons to export profiles to the current data.win's folder, and import them back to the appdata.
    Romualdo666 committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    cdd9bfa View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Fixed two Profile mode bugs.

    Fixed the issue where automatic comments would duplicate and the one where the custom Profile name window would show up even if Profile mode weren't enabled.
    Romualdo666 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    b7880bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    596b4b6 View commit details
    Browse the repository at this point in the history
  3. More Profile Mode Improvements.

    When opening a data.win, all the code in the Temp Profile folder is replaced with the main, and when saving, all the main is replaced with the temp. this, to avoid wrong overwriting. Also, exporting profiles will actually overwrite the already exported profiles, and importing too. Fixed the issue where Importing Profiles wouldn't edit the dissasembly code.
    Romualdo666 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    d7f0425 View commit details
    Browse the repository at this point in the history