LiveSplit / LiveSplit/LiveSplit
Enhancement: Option to specify minimum "length" in delta/segment comparisons
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 1.9k
- Forks
- 815
- Avg merge
- 4d 17h
- Merged PRs (30d)
- 3
Description
Much like you can specify the default timer display to include leading zeroes (Example: 00:00, or 0:00:00, etc.), for consistency it might be nice to have the same option for delta or segment time comparison sections.
For example, this looks weird to me:
+4 reads like a larger number than +1:33 in this case
If I could default splits to have a minimum "length" of 3, then the output would be +1:33 and +0:04 here instead. That makes more sense to me.
Contributor guide
No contributing guide indexed for this repository
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
No files, tests, or entry points are named. Locate the existing formatting for the default timer display and trace how delta or segment comparison values are rendered; done means a configurable minimum length produces values such as +0:04 alongside +1:33.
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
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100