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
indentation of a block of lines
-
- CodeLite Enthusiast
- Posts: 13
- Joined: Fri Jun 14, 2013 11:04 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: indentation of a block of lines
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
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
-
- 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
Ah, yes! Thank you. I forgot to try Shift-TAB.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