CS4 works slightly differently than CS3 when indenting a single line.
CS3 allowed you to select only all non-whitespace characters on the
line, but in CS4 you need to select the entire line including the
trailing CRLF.
So, put the IP at the start of the line and press Shift+down-arrow, or
click in the line number field.
The type of character (space or tab) used for indenting is based on
where you are indenting:
For HTML, it depends on the "Indent with" setting at Preferences > Code
Format.
For CSS, it depends on the "Indent Properties with" setting at
Preferences > Code Format > CSS...
For Script, it always uses tabs.
HTH,
Randy
Quote:
I did, in fact, mean Code View .... not Design. |