Skip to content

SlyEdit quote line wrapping update: When re-wrapping quote lines, use the quote wrap settings from xtrn.ini, or default to 79 columns, as many terminals are 80 columns wide.

Eric Oulashin requested to merge slyedit_quote_wrap_update into master

SlyEdit quote line wrapping update: When re-wrapping quote lines, use the quote wrap settings from xtrn.ini, or default to 79 columns, as many terminals are 80 columns wide. When re-wrapping quote lines, read the editor configuration settings for "word-wrap quoted text" as specified in xtrn.ini (settable in scfg) - Wrap quote lines to the width specified there, or if not specified, default to 79 columns. This is to help ensure quoted text is a reasonable width for many terminals. The wrapping logic is also called for prepending quoted text with the quote prefix, so (for now) there needs to be a default quote wrap width.

Merge request reports