Nice to have

JohnnyBeGood

Member²
Hi,

I't would be, I think, usefull to have a utility that could identified the matching pair of parentese "(" . I explain my self

Lets say we have a range of 4 colors red,blue,yellow,green

than I select the expression like this one

and ((inte.inte_type = 'I'
and
vaat.vaat_code_info| |'' = 'DOMICILE')
or
(inte.inte_type = 'O'
and
vaat.vaat_code_info| |'' = 'ENTREPRI'
)
)
and vaat.vaat_id = adin.vaat_id_type_adr

After that I presse the button and the matching pair parentese "(" are higlight in the color define above..

Jean
 
That would indeed be nice.

Note however that you can already use Edit > Find Matching Pair (or Ctrl-M) to find the matching parenthesis.

------------------
Marco Kalter
Allround Automations
 
it works even with begin/end, loop/end loop, if/end if and so on... and back and forth !

you just have to be carefull with with for and while loops and position the cursor on "loop" not on "for" or "while".

------------------
there is no fork
roselan
 
Back
Top