> So, only 3 possibilities for the same "end" close-bracket. ;-(
> The trick would be to have multi-close bracket.

Hello Martin.

I think I get it, even for multiple same closebrackets.

=> https://sites.google.com/site/fredvsbinaries/ideu_begin_case_end.mp4

openbrackets: array[bracketkindty] of msechar = (#0,'(','[','{','b','c','t');
closebrackets: array[bracketkindty] of msechar = (#0,')',']','}','d','d','d');

So it possible, without new environment variables.
It is done inside tsyntaxedit.matchbracket()
=> https://github.com/fredvs/ideU/blob/master/src/msesyntaxedit.pas
but sure it could be bone elsewhere.

And of course it would be much better with your implementation in .sdef file 
than hard-coded like I did.

And the whole word highlighted is better too (but I am tired).

OK, this time, I go to sleep ;-)

Fre;D

                                          
------------------------------------------------------------------------------
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to