Author Topic: using shortcuts for brackets  (Read 4416 times)

NoRulez

  • Guest
using shortcuts for brackets
« on: April 14, 2008, 06:53:29 pm »
Hey @all,

is there a way to jump from a bracket to another? For example in Visual Stduio the Shortcut is [CTRL] + [ยด] to jump from '{' to the corresponding '}' bracket or in VIM it is the key '%'.
Is there an equivalent way to use such things in CodeBlocks?

Regards NoRulez

Offline jomeggs

  • Multiple posting newcomer
  • *
  • Posts: 92
Re: using shortcuts for brackets
« Reply #1 on: April 14, 2008, 07:35:20 pm »
Have a look to Settings->Editor->Keyboard shortcuts. In my environment the shortcut is Ctrl-Shift-B

Offline ouch

  • Almost regular
  • **
  • Posts: 223
Re: using shortcuts for brackets
« Reply #2 on: April 21, 2008, 09:25:45 pm »
you can also use that large pulldown menu up top to hop to a specific code section.