TASEmulators / TASEmulators/BizHawk
Implement Alt+Shift+LMB in TAStudio
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 2.8k
- Forks
- 468
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/TASEmulators/BizHawk/blob/a344ee22885ce99fec72d587c7b13d4380788ef8/src/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.ListView.cs#L666
I've just fixed the condition guarding this (https://github.com/TASEmulators/BizHawk/commit/a344ee22885ce99fec72d587c7b13d4380788ef8) as it was previously unreachable. Not sure if the original author left this unimplemented because the condition wasn't working properly, or because they just couldn't be bothered.
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 in src/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.ListView.cs around line 666 and review the linked commit that made the guarding condition reachable. Trace the surrounding mouse and modifier handling, then implement the missing Alt+Shift+LMB behavior and verify that the interaction now works in TAStudio.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- desktop, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100