Indenting or Backspacing with phpDesigner8

140 Views Asked by At

Has anybody seen any documention anywhere about phpDesigner8 where if you highlight a section of code and want to indent it right or left for a quick way to do so instead of going through line by line and backspacing or tabbing?

2

There are 2 best solutions below

1
On BEST ANSWER

Have you tried tab for normal indent and shift+tab for unindent after selecting a block of code, that is.

0
On

Optionally, you can also use Ctrl+Shift+I to indent and Ctrl+Shift+U to unindent.