is there a way to do this? to automatically block indent normal text on a wordwrap?
all i want to do is take a long string, say 500 characters long and put it in a text document that will only handle 200 characters wide, with a tab in front. i would then want n++ to wrap line of text starting where i tabbed that first word in. if that doesn't make sense, i'll make an example below, i hope it helps. thanks in advance guys and gals!
Heading 1 - A new way...
This is really
just a long string
of words, but is
wrapped up nicely.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
is there a way to do this? to automatically block indent normal text on a wordwrap?
all i want to do is take a long string, say 500 characters long and put it in a text document that will only handle 200 characters wide, with a tab in front. i would then want n++ to wrap line of text starting where i tabbed that first word in. if that doesn't make sense, i'll make an example below, i hope it helps. thanks in advance guys and gals!
Heading 1 - A new way...
This is really
just a long string
of words, but is
wrapped up nicely.
Try using _'s to make your point.