user2576961
user2576961

Reputation: 415

Indenting or Backspacing with phpDesigner8

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?

Upvotes: 1

Views: 109

Answers (2)

SteB
SteB

Reputation: 2007

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

Upvotes: 1

Krotz
Krotz

Reputation: 625

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

Upvotes: 1

Related Questions