Talk:Word wrap: Difference between revisions

From Rosetta Code
Content added Content deleted
(== more options == added some suggestions that would be nice options. -- ~~~~)
Line 4: Line 4:


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. —[[User:Sonia|Sonia]] 00:33, 30 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. —[[User:Sonia|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. -- [[User:Gerard Schildberger|Gerard Schildberger]] 03:52, 31 March 2012 (UTC)

Revision as of 03:52, 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. -- Gerard Schildberger 03:52, 31 March 2012 (UTC)