Mark a section as unformatable
Brought to you by:
anthonysteele
We use a .Net Component, which hast a member that's
called begin.
In Delphi there is a new syntax where you can call:
DotNetObject.&begin;
If I use JCF, the code turns to
DotNetObject.&
begin
;
Another example could be a SQL-string. We use Oracle
and tools to give the SQL-string a nice layout. But if
you run JCF, the layout is changed again.
It would be nice, if there was a flag {JCF-} {JCF+} to
mark a section as unformatable.