On Monday 14 December 2015 19:42:52 Fred van Stappen wrote: > Hello. > > Does it exist a syntax-highlighter code for "begin" and his "end" ? > No. Suggestion: use an appropriate indention stile, for example the stile used in MSEgui. There always is a "begin" and the "end" is on the same column as the block start and can be reached by using Up/Down keys on the start colum. A missing or redundant "end" is immediately visible by the disturbed "end diagonal". " procedure color_begin_end() ; begin if x > y then begin if z = x then begin str := 'hello'; end else begin str := 'bye'; end; end; end; " With this style one is already fit for MSElang which has no "begin"'s. ;-)
Martin ------------------------------------------------------------------------------ _______________________________________________ mseide-msegui-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

