bendera / vscode-commit-message-editor

Edit commit messages in a convenient way.
https://marketplace.visualstudio.com/items?itemName=adam-bender.commit-message-editor
MIT License
70 stars 13 forks source link

[feat] Provide a mono-space font in the editor form. #31

Closed krzikalla closed 3 years ago

krzikalla commented 3 years ago

Is it possible to edit the commit message in a mono-space font? If not, can we have an option to customize the font?

And if we are there: can we then have an option for a vertical marker line (e.g.at 72 chars)?

bendera commented 3 years ago

Not yet, but I have been planning this for a while. Or I might implement the same validator which exists in the VSCode. If this feature worked would you need the monospace thing?

validator

krzikalla commented 3 years ago

It would help at least. However I also use intendations in my commit messages, which are easier to edit with monospaced fonts.

DervishD commented 3 years ago

Same here, monospaced fonts for commit messages are so hardcoded in my brain that for me this otherwise useful (and frankly, incredibly powerful) extension is unusable.

A length validator would be perfect for me, too. Optional or customizable, I suppose, as some people prefer their own line length for git commits.

Thanks a lot for the extension, BTW.

bendera commented 3 years ago

I'm going to implement that. Stay tuned.

DervishD commented 3 years ago

Sounds GREAT 💯 😄

bendera commented 3 years ago

Check the new version. ;)

DervishD commented 3 years ago

WONDERFUL!!!! Thanks a lot, really :))))) Works like a charm, BTW, I just tested it.

krzikalla commented 3 years ago

Works like a charm

You took the words right out of my mouth. Great, change, thank you.