Page 1 of 1

Match brace not working for all types

Posted: Fri Jun 18, 2010 1:58 pm
by fnar
CodeLite version: v2.5.2.4031
Operating system: Ubuntu 10.04


I have the problem that match brace is only working on these brackets: {}

All other brackets will just not work, they are however highlighted (start / end bracket).


Has anyone an idea what the problem could be?

Re: Match brace not working for all types

Posted: Sat Jun 19, 2010 12:13 am
by eranif
What do you mean: "match brace" ?

codelite only implements the following:

- highlight matched pairs (should work for all types of braces)
- jump between braces (Ctrl-{ / Ctrl-})

Anything other than that simply not implmented
Eran

Re: Match brace not working for all types

Posted: Mon Jun 21, 2010 8:43 am
by fnar
Menu - Edit - Match brace

That's how it is called in Codelite. And yes, i mean jumping between braces.
It only works for {} bracktes, but not for () or [].

Re: Match brace not working for all types

Posted: Mon Jun 21, 2010 10:42 am
by eranif
fnar wrote:That's how it is called in Codelite. And yes, i mean jumping between braces.
It only works for {} bracktes, but not for () or [].
Indeed, like I mentioned above: only the curly braces are supported.

Please submit a FR at sourceforge for this

Eran

Re: Match brace not working for all types

Posted: Mon Jun 21, 2010 3:24 pm
by eranif
No need to open a feature request for this - it is now implemented in trunk
Eran

Re: Match brace not working for all types

Posted: Mon Jun 21, 2010 4:09 pm
by fnar
Thanks alot.