[PR #29] [MERGED] Add Custom Parameter Support #908

Open
opened 2026-01-29 16:24:14 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SabreTools/MPF/pull/29
Author: @mnadareski
Created: 6/13/2018
Status: Merged
Merged: 6/13/2018
Merged by: @undefined

Base: masterHead: master


📝 Commits (2)

📊 Changes

3 files changed (+62 additions, -22 deletions)

View changed files

📝 MainWindow.xaml (+9 -10)
📝 MainWindow.xaml.cs (+50 -12)
📝 Utilities.cs (+3 -0)

📄 Description

Addresses #14.

This change makes it so that the current commandline params are displayed in a disabled text box but when the custom option is selected, the other parts get disabled and you have full control over the commandline. This can allow any customization that users would like. It also simplifies the code that gets called when the DiscImageCreator instance gets run.

The changes to the xaml are incidental, they're just reordering (sans the addition of the new grid row for the custom parameters).


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/SabreTools/MPF/pull/29 **Author:** [@mnadareski](https://github.com/mnadareski) **Created:** 6/13/2018 **Status:** ✅ Merged **Merged:** 6/13/2018 **Merged by:** [@undefined](undefined) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`3f802e8`](https://github.com/SabreTools/MPF/commit/3f802e85484064c0ace3fc20acadfba77f3562d3) Consistent UI states - [`ed67522`](https://github.com/SabreTools/MPF/commit/ed67522675765b8a3e13eae81028f4b21fbb9d3c) Add custom parameter support ### 📊 Changes **3 files changed** (+62 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `MainWindow.xaml` (+9 -10) 📝 `MainWindow.xaml.cs` (+50 -12) 📝 `Utilities.cs` (+3 -0) </details> ### 📄 Description Addresses #14. This change makes it so that the current commandline params are displayed in a disabled text box but when the custom option is selected, the other parts get disabled and you have full control over the commandline. This can allow any customization that users would like. It also simplifies the code that gets called when the DiscImageCreator instance gets run. The changes to the xaml are incidental, they're just reordering (sans the addition of the new grid row for the custom parameters). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:24:14 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#908