Indenting multiple lines: Keyboard shortcut

eclipse

Solution

Select all, then do Ctrl+I.

The advantage of this method over selecting some lines, then pressing Tab, is that it is much faster to do Ctrl+A then Ctrl+I, than tabbing lines at a time. I do automatic indenting all the time, it's basically in my reflex. Like saving.

A quick googling would have helped you faster.

Problem

I think I was told once how to indent an entire collection of lines quickly and at the same time with a keyboard shortcut in Eclipse (I'm using Juno with PyDev-Python). Does anyone know of such a shortcut? I can't seem to dig anything up. Thanks.

Original source