TASEmulators / TASEmulators/BizHawk
[F.Rq.] Fill axis cells with neutral value when clicking TAStudio column heading
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 2.8k
- Forks
- 468
- PR merge metrics
- No merged PRs in 30d
Description
Summary
In TAStudio, when selecting several frames and then clicking on the tab for a key, it would conveniently clear or fill the frames with input for that key. Basicly a toggle between ON and OFF.
But clicking on mpX, mpY, msX or msY would not work this way.
Suggestion
When clicking on mpX, mpY, msX or msY the first time, clear it.
When clicking on it again, ask the user what value should be entered.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating TAStudio's column-heading handling and the existing toggle behavior for key tabs. Implement the requested behavior for mpX, mpY, msX, and msY: the first click clears selected frames, while the next click asks for an input value; verify both actions in TAStudio.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100