Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: Old Spider on July 11, 2010, 11:28:56 pm

Title: Regarding indents and folding
Post by: Old Spider on July 11, 2010, 11:28:56 pm
Needed utility:
An indent/outdent utility for highlighted lines in the editing menu would be very helpful.

Quibble:
A closed fold should display both brackets; displaying only the opening bracket makes it look like the beginning of a code block, which can be confusing.
Title: Re: Regarding indents and folding
Post by: TDragon on July 12, 2010, 05:14:27 am
[TAB] indents all selected lines one tab-stop or 4 spaces (depending on your settings); [SHIFT]+[TAB] unindents all selected lines.
Title: Re: Regarding indents and folding
Post by: Old Spider on July 13, 2010, 02:40:54 am
Nice.  Thank you.