<div dir="auto"><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Ryan Joseph via fpc-pascal <<a href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a>> schrieb am So., 28. Nov. 2021, 05:32:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
<br>
> On Nov 27, 2021, at 5:03 PM, Sven Barth <<a href="mailto:pascaldragon@googlemail.com" target="_blank" rel="noreferrer">pascaldragon@googlemail.com</a>> wrote:<br>
> <br>
> candidates:=tcallcandidates.create(sym:=symtableprocentry, st:=symtableproc,ppn:=left, ignorevisibility:=ignorevisibility,allowdefaultparas:=not(nf_isproperty in flags),objcidcall:=cnf_objc_id_call in callnodeflags,explicitunit:=cnf_unit_specified in callnodeflags,searchhelpers:=callnodeflags*[cnf_anon_inherited,cnf_inherited]=[], anoninherited:=cnf_anon_inherited in callnodeflags,spezcontext:=spezcontext);<br>
> <br>
> So you've gained *nothing*.<br>
<br>
I wouldn't say nothing but it's still really hard to read. My only thought there was that it would open the door for some syntax coloring on the parameter name so you can scan them easier.<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Lazarus already highlights commas differently, so one can easily differentiate the parameters. </div><div dir="auto"><br></div><div dir="auto">Regards, </div><div dir="auto">Sven </div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></div></div></div>