views:

186

answers:

1

something like Jedi Code format:

//jcf:format=off
.
.
.
//jcf:format=on
A: 

As far as I know there is no such option for the builtin formatter.

Just for the record: The code formatter in my experimental GExperts Version uses

{(*}
...
{*)}

for this purpose. Since it does not support some of the later Delphi language extensions like subtypes, it is necessary to use it in that case.

dummzeuch