Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: para on October 06, 2007, 02:28:28 am

Title: Block untab
Post by: para on October 06, 2007, 02:28:28 am
I've seen other editors do this but I haven't found a way to do it in Code::Blocks.

Once in a while I want to remove a tab from the beginning of a block of code.  Is there any function to do this?

I'm using SVN 4105.  Thanks.
Title: Re: Block untab
Post by: Ceniza on October 06, 2007, 02:48:56 am
Select the block of code, press Shift+Tab. Is that what you want?
Title: Re: Block untab
Post by: para on October 06, 2007, 02:50:32 am
Yes it was, thanks.