I've just purchased UltraEdit (version 20.00.0.1056) after many years with PFE32 (and VDE before that).
I'm trying to use word wrap and numbered lists.
Here's how I've configured word wrap:
Advanced | Configuration | Editor | Word Wrap/Tab Settings
Wrap method:
Default word wrap on for each file - CHECKED
Wrap after column #, insert CR/LF
Wrap column #: 70
Question 1: Automatic word wrap on the paragraph as it is edited
I type a long line:
It's one sentence, displayed on two lines.
Then, I insert a word I omitted, "forth", on the first line.
The first line wrapped to two lines, leaving a third line.
This is a single paragraph. I'd like to have it wrap to column 70 as I edit the text without creating a superfluous third line.
Can this be done automatically, without needing to press Ctrl+T to reformat the paragraph?
Question 2: Automatic word wrap of the paragraph after insertion of an indentation
I'll add a third line.
I'll number the paragraph:
I'll try to indent the second and third lines with all the lines wrapped at column number 70.
It should look like this:
If I insert an indent of 4 spaces on the second and third lines (select the two lines | Format | Add Indents | 4), the lines are not wrapped to column 70 after the indent is added:
How can I produce a numbered list with indentation and respect the wrap at column 70? (Is indentation the wrong way to do this?)
TIA.
regards, AndyA
I'm trying to use word wrap and numbered lists.
Here's how I've configured word wrap:
Advanced | Configuration | Editor | Word Wrap/Tab Settings
Wrap method:
Default word wrap on for each file - CHECKED
Wrap after column #, insert CR/LF
Wrap column #: 70
Question 1: Automatic word wrap on the paragraph as it is edited
I type a long line:
Code: Select all
Four score and seven years ago our fathers brought on this continent,
a new nation, conceived in Liberty
Then, I insert a word I omitted, "forth", on the first line.
Code: Select all
Four score and seven years ago our fathers brought forth on this
continent,
a new nation, conceived in Liberty
This is a single paragraph. I'd like to have it wrap to column 70 as I edit the text without creating a superfluous third line.
Can this be done automatically, without needing to press Ctrl+T to reformat the paragraph?
Question 2: Automatic word wrap of the paragraph after insertion of an indentation
I'll add a third line.
Code: Select all
Four score and seven years ago our fathers brought forth on this
continent, a new nation, conceived in Liberty, and dedicated to the
proposition that all men are created equal.
Code: Select all
10. Four score and seven years ago our fathers brought forth on this
continent, a new nation, conceived in Liberty, and dedicated to the
proposition that all men are created equal.
It should look like this:
Code: Select all
10. Four score and seven years ago our fathers brought forth on this
continent, a new nation, conceived in Liberty, and dedicated to
the proposition that all men are created equal.
Code: Select all
10. Four score and seven years ago our fathers brought forth on this
continent, a new nation, conceived in Liberty, and dedicated to the
proposition that all men are created equal.
TIA.
regards, AndyA