Hi folks,
Do we have in Geany any feature to highlight matching braces?
e.g. if you having
if(int i=0;i>100;1++) { foo(); baa(); } having the cursor below the }, the { should be highlighted.
I though I have seen something like that also on Geany, but cannot find it anymore....
Cheers, Frank
Am 19.06.2012 10:39, schrieb Frank Lanitz:
Hi folks,
Do we have in Geany any feature to highlight matching braces?
e.g. if you having
if(int i=0;i>100;1++) { foo(); baa(); } having the cursor below the }, the { should be highlighted.
Yes, the feature exists and I can see it in the version I'm currently running (from April).
Best regards.
On 19 June 2012 18:39, Frank Lanitz frank@frank.uvena.de wrote:
Hi folks,
Do we have in Geany any feature to highlight matching braces?
e.g. if you having
if(int i=0;i>100;1++) { foo(); baa(); } having the cursor below the }, the { should be highlighted.
I though I have seen something like that also on Geany, but cannot find it anymore....
editor_highlight_braces() I think.
Cheers Lex
Cheers, Frank _______________________________________________ Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany
Am 19.06.2012 10:58, schrieb Lex Trotman:
On 19 June 2012 18:39, Frank Lanitz frank@frank.uvena.de wrote:
Hi folks,
Do we have in Geany any feature to highlight matching braces?
e.g. if you having
if(int i=0;i>100;1++) { foo(); baa(); } having the cursor below the }, the { should be highlighted.
I though I have seen something like that also on Geany, but cannot find it anymore....
editor_highlight_braces() I think.
How to configure it?
Cheers, Frank
On 19 June 2012 18:59, Frank Lanitz frank@frank.uvena.de wrote:
Am 19.06.2012 10:58, schrieb Lex Trotman:
On 19 June 2012 18:39, Frank Lanitz frank@frank.uvena.de wrote:
Hi folks,
Do we have in Geany any feature to highlight matching braces?
e.g. if you having
if(int i=0;i>100;1++) { foo(); baa(); } having the cursor below the }, the { should be highlighted.
I though I have seen something like that also on Geany, but cannot find it anymore....
editor_highlight_braces() I think.
How to configure it?
Do you mean brace_good and brace_bad in filetypes.common? What is a brace is hard coded utils_is_brace()
Cheers Lex
Cheers, Frank
Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany
Am 19.06.2012 11:03, schrieb Lex Trotman:
On 19 June 2012 18:59, Frank Lanitz frank@frank.uvena.de wrote:
Am 19.06.2012 10:58, schrieb Lex Trotman:
On 19 June 2012 18:39, Frank Lanitz frank@frank.uvena.de wrote:
Hi folks,
Do we have in Geany any feature to highlight matching braces?
e.g. if you having
if(int i=0;i>100;1++) { foo(); baa(); } having the cursor below the }, the { should be highlighted.
I though I have seen something like that also on Geany, but cannot find it anymore....
editor_highlight_braces() I think.
How to configure it?
Do you mean brace_good and brace_bad in filetypes.common? What is a brace is hard coded utils_is_brace()
Ah. Yeah. My fault. I'm only asking on purpose, as I never gave any attention to it ;)
Cheers, Frank