Show rulers in commit message textbox for max lengths
See original GitHub issueUsability issue
When writing commit messages I’m missing the following information (at 1 glance):
-
How much more can I write in the current line? This is kind of available by the “x characters left message” but I find it easier to recognize a line which is “coming closer” than a decreasing written number.
-
Do all lines of a multi line commit meet the desired max line length? I can already move the cursor through all lines and wait for the “validator” to turn orange or stay green but I find that very laborious mainly for 2 reasons:
- There’s no way to tell at one glance if the whole message is valid.
- When moving the cursor 1 line up or down, I always have to wait for the “validator update” and if it doesn’t change I’m always left with the feeling of “did it maybe not update correctly”?
Solution/Request
Monospaced font in the commit message textbox(by now possible with settingscm.inputFontFamily
)- The textbox should not “auto-wrap” but show a horizontal scrollbar if needed
- 2 rulers at the values from settings
Input Validation Length
&Input Validation Subject Length
I see that this is at least related to #2718 but created a dedicated request since I’m not looking for any “auto correction” but only a better visual guidance.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:58
- Comments:13
Top Results From Across the Web
MVC Html.TextBoxFor MaxLength and Value - Stack Overflow
Textbox but I want to take advantage of the extra functionality of Html.TextBoxFor. Any ideas on how I can set both a value...
Read more >460PSA-NNA1 Protocol Gateway - Real Time Automation
Example: Max Message Length is set to 5 and the message of "helloworld" was sent by the ASCII device. This will be sent...
Read more >Edit text in Photoshop - Adobe Support
In Adobe Photoshop, learn how to edit text, find and replace text, check spelling, scale and rotate type, and perform other text editing ......
Read more >IDEXX Cornerstone 8.3 Administrators Manual
button and the IDEXX Message Center alerts for appointment requests; however, ... In the Field Length column, refer to your state's requirement document...
Read more >Foxit PDF Editor User Manual 11.2
Always hide document message bar: You can decide whether to show or hide the ... A. Max tab size: Allows you to specify...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.
Happy Coding!
Hi @shoffmeister I think this can be changed using
scm.inputFontFamily
.