mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-06 21:29:33 +00:00
[PR #24] [MERGED] Add Enumerations; Helper Methods #902
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/SabreTools/MPF/pull/24
Author: @mnadareski
Created: 6/8/2018
Status: ✅ Merged
Merged: 6/9/2018
Merged by: @undefined
Base:
master← Head:master📝 Commits (10+)
8b600a6Add enumerations and unused methodsd9d61cfFix buildf57b296Add other string conversion, update comments8de2f1cAdd helper function to make list of systemsdfba976Fix minor formatting issuesa404a27Make combobox entirely auto-generated928c996Cleanup, make some things work more intended3575c43Missed this onea1c89d1How did I miss this?7ff8483Merge branch 'master' into master📊 Changes
5 files changed (+782 additions, -365 deletions)
View changed files
📝
DICUI.csproj(+2 -0)➕
Enumerations.cs(+107 -0)📝
MainWindow.xaml(+1 -40)📝
MainWindow.xaml.cs(+89 -325)➕
Utilities.cs(+583 -0)📄 Description
This PR adds enumerations, helper methods, and combobox automation to make the system more extensible in the future. This includes things like automatically getting the list of items in the box, setting default parameters better, and even filling in some previously-missing formats.
I encourage local testing to make sure that all items are still working as intended.
My merge with the main branch (Merge branch 'master') removes the unnecessary additional ECC check for CDs. If the EccEdc executable is in the folder with DIC, it will automatically run and create the required _eccEdc.txt file. I was trying to mention this in #21 but to no avail.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.