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.
Increase/Decrease Line Indent
-
- CodeLite Enthusiast
- Posts: 21
- Joined: Wed Feb 25, 2015 12:07 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
Increase/Decrease Line Indent
You're never too old to Rock'n'Roll if you're too young to die.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Increase/Decrease Line Indent
Select the code and TAB / Shift-TAB?
Eran
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Enthusiast
- Posts: 21
- Joined: Wed Feb 25, 2015 12:07 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Increase/Decrease Line Indent
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
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.
-
- CodeLite Enthusiast
- Posts: 21
- Joined: Wed Feb 25, 2015 12:07 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Increase/Decrease Line Indent
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?
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.