Talk:Word wrap: Difference between revisions

From Rosetta Code
Content added Content deleted
(== more options == added some suggestions that would be nice options. -- ~~~~)
m (→‎more options: added more suggestions for possible additional options. -- ~~~~)
Line 12: Line 12:
: --left ragged edge-- as if the text is meant to be read from right to left (also called right justification).
: --left ragged edge-- as if the text is meant to be read from right to left (also called right justification).
: --sentences-- add extra blanks for end-of-sentences.
: --sentences-- add extra blanks for end-of-sentences.
: --centering-- centered justification. -- [[User:Gerard Schildberger|Gerard Schildberger]] 03:52, 31 March 2012 (UTC)
: --centering-- centered justification.
: --margins-- support the use of margins.
: --indentation-- also, support negative indentations.
: --paragraphs-- whenever a blank line, or (say), when the ¶ (paragraph) symbol is detected.
: --columnar output-- support multiple (newspaper) columns (with/without a seperater border). -- [[User:Gerard Schildberger|Gerard Schildberger]] 03:52, 31 March 2012 (UTC)

Revision as of 04:08, 31 March 2012

Run BASIC

Hmm. I definitely think the task requirements should be changed, just not sure how yet. Not sure I want to disallow external programs, but a solution doesn't meet my intent if the wrapped text is never returned to the main program. —Sonia 20:56, 28 March 2012 (UTC)

After sleeping on it, maybe it's okay. I did say simple, and the solution does after all, show the wrapped text pasted back into RC as output. —Sonia 00:33, 30 March 2012 (UTC)

more options

I think it would be nice to add some options:

--justification-- (aligning the left AND right margins.
--left ragged edge-- as if the text is meant to be read from right to left (also called right justification).
--sentences-- add extra blanks for end-of-sentences.
--centering-- centered justification.
--margins-- support the use of margins.
--indentation-- also, support negative indentations.
--paragraphs-- whenever a blank line, or (say), when the ¶ (paragraph) symbol is detected.
--columnar output-- support multiple (newspaper) columns (with/without a seperater border). -- Gerard Schildberger 03:52, 31 March 2012 (UTC)