TheSaint wrote:
On 01:37, giovedì 12 giugno 2008 Ethan Furman wrote:


Do you mean indenting, or wrapping?

I mean fill the line by increasing spaces between words in order to get a
paragraph aligned both side, left and right on the page.
So if the width is 78 chars it wouldn't have jig saw end to the right side,
unless applying some word hyphenation.
This feature would be nice for writing here and some plain documentation
plain text. Beside that it might doing for Python scripts as well.


I don't think justification is built in. It does offer it's own script language, though, so you could write your own function to do that, and then only apply it to the doc strings, etc.
--
Ethan
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to