Wrongly labeled config option #5

Closed
opened 2021-03-22 14:14:05 +00:00 by thomasheartman · 3 comments
thomasheartman commented 2021-03-22 14:14:05 +00:00 (Migrated from github.com)

Hey! Great work in this package; it's a nice little quality of life improvement!

I just wanted to report what I believe is a typo (a copy-paste remnant, most likely), in the configuration: both the '-w' and '-W' options are labeled as 'minimum width', but I think the second should be 'maximum width'. The prompt and shorthand at least corroborate this and use 'Maximum width (columns)' and 'max-width' respectively.

This screenshot is of the source code, where the second block has a remaining "Minimum width" that should be "Maximum width".

two configuration options for width, min width and max width

This concerns line 405 in the source file.

Hey! Great work in this package; it's a nice little quality of life improvement! I just wanted to report what I believe is a typo (a copy-paste remnant, most likely), in the configuration: both the '-w' and '-W' options are labeled as 'minimum width', but I think the second should be 'maximum width'. The prompt and shorthand at least corroborate this and use 'Maximum width (columns)' and 'max-width' respectively. This screenshot is of the source code, where the second block has a remaining "Minimum width" that should be "Maximum width". ![two configuration options for width, min width and max width](https://user-images.githubusercontent.com/17786332/112002148-e3618c00-8b1f-11eb-933d-9fd9419d2e36.png) This concerns [line 405 in the source file](https://github.com/tecosaur/screenshot/blob/6825ec53d2fda060dc235ee7696c6920faf7287f/screenshot.el#L405).
tecosaur commented 2021-03-29 04:49:32 +00:00 (Migrated from github.com)

Yep. That should be changed.

Yep. That should be changed.
thomasheartman commented 2021-03-29 20:41:54 +00:00 (Migrated from github.com)

Nice 😄 Do you want a PR for it? I'm happy to submit one if you wouldn't rather take care of it yourself.

Nice :smile: Do you want a PR for it? I'm happy to submit one if you wouldn't rather take care of it yourself.
tecosaur commented 2021-03-30 01:51:19 +00:00 (Migrated from github.com)

Nah, it's fine, but thanks for offering.

Nah, it's fine, but thanks for offering.
Sign in to join this conversation.
No description provided.