long-section ( section -- )
Factor handbook » Developer tools » The prettyprinter » Extending the prettyprinter » Prettyprinter sections » Prettyprinter section protocol

Prev:short-section ( section -- )
Next:new-section ( length class -- section )


Vocabulary
prettyprint.sections

Inputs
sectiona section


Outputs
None

Generic word contract
Prints a section which spans multiple lines. This should use a layout strategy maximizing readability and minimizing line length. Default implementation calls short-section.

Definition


Methods