Is there a way to indent/tab multiple lines in one action in the Codegear RAD Studio IDE?
i.e. I would like to be able to highlight multiple lines and indent them all by one tab simultaneously.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Seth
to indents selected code
Select the text and press Ctrl + Shift + I
to unindents selected code
Select the text and press Ctrl + Shift + U
Bye.