indentation of a block of lines

General questions regarding the usage of CodeLite
mareb
CodeLite Enthusiast
Posts: 13
Joined: Fri Jun 14, 2013 11:04 pm
Genuine User: Yes
IDE Question: C++
Contact:

indentation of a block of lines

Post by mareb »

I do not found the command for doing this:
paste a block of lines in a source file and make an un-indentation (cut spaces on the left).
On most editors it is Strg-Shift-I or Strg-Shift-Tab

Another usefull command, I did not found, is the marking (with copy & paste) of a block of columns (over lines).

Thank you in advance
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: indentation of a block of lines

Post by eranif »

Alt-Ctrl + Arrows will allow you to select columns
Or use
Alt-Ctrl mouse left click

To indent block, select the block and use TAB or Shift-TAB? is this what you mean?

Eran
Make sure you have read the HOW TO POST thread
mareb
CodeLite Enthusiast
Posts: 13
Joined: Fri Jun 14, 2013 11:04 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: indentation of a block of lines

Post by mareb »

eranif wrote:Alt-Ctrl + Arrows will allow you to select columns
Or use
Alt-Ctrl mouse left click

To indent block, select the block and use TAB or Shift-TAB? is this what you mean?

Eran
Ah, yes! Thank you. I forgot to try Shift-TAB.
Post Reply