Increase/Decrease Line Indent

General questions regarding the usage of CodeLite
DoctorRover
CodeLite Enthusiast
Posts: 21
Joined: Wed Feb 25, 2015 12:07 am
Genuine User: Yes
IDE Question: C++
Contact:

Increase/Decrease Line Indent

Post by DoctorRover »

Good day!
Are there any options in CL like "Increase Line Indent" and "Decrease Line Indent" for a selected fragment of code?
Actually, I need such option quite frequently when I have to move some piece of code outside or inside, for instance, 'if' operator or a loop or any other block.
Thank you.
You're never too old to Rock'n'Roll if you're too young to die.
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Increase/Decrease Line Indent

Post by eranif »

Select the code and TAB / Shift-TAB?

Eran
Make sure you have read the HOW TO POST thread
DoctorRover
CodeLite Enthusiast
Posts: 21
Joined: Wed Feb 25, 2015 12:07 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: Increase/Decrease Line Indent

Post by DoctorRover »

Yes! That's it! This is exactly what I need.
Eran, thank you for your immediate and exhaustive answer. Now my workflow with CL will be even more comfortable :)
You're never too old to Rock'n'Roll if you're too young to die.
DoctorRover
CodeLite Enthusiast
Posts: 21
Joined: Wed Feb 25, 2015 12:07 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: Increase/Decrease Line Indent

Post by DoctorRover »

Good day again!
Just a small thought/suggestion. I didn't find any mention of these options among the menu items or in the list of keyboard shortcuts. If I missed it, my apology.
But I believe that these tools are helpful and frequently needed. So the suggestion is as follows. Don't you think that it's worth making the options of increasing and decreasing line indent more easily and obviously accessible by adding them, for instance, into the Edit menu or in the list of keyboard shortcuts?
You're never too old to Rock'n'Roll if you're too young to die.
Post Reply