<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 4: Indentation of blocks in case</title><link href="https://sourceforge.net/p/jedicodeformat/support-requests/4/" rel="alternate"/><link href="https://sourceforge.net/p/jedicodeformat/support-requests/4/feed.atom" rel="self"/><id>https://sourceforge.net/p/jedicodeformat/support-requests/4/</id><updated>2009-08-25T17:40:12Z</updated><subtitle>Recent changes to 4: Indentation of blocks in case</subtitle><entry><title>Indentation of blocks in case</title><link href="https://sourceforge.net/p/jedicodeformat/support-requests/4/" rel="alternate"/><published>2009-08-25T17:40:12Z</published><updated>2009-08-25T17:40:12Z</updated><author><name>Uli Gerhardt</name><uri>https://sourceforge.net/u/uligerhardt/</uri></author><id>https://sourceforge.netf2c3d261278a8f8e585f6a2a92cd6f2764be794e</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hi all!&lt;br /&gt;
I just downloaded jcf_243 and am starting to play with it. I got JCF to format my test unit like I want with one minor issue: Begin/end blocks inside case's should be indented one level deeper than the labels, e.g. like this:&lt;/p&gt;
&lt;p&gt;procedure Test(i: Integer);&lt;br /&gt;
begin&lt;br /&gt;
--case Integer of&lt;br /&gt;
----0:&lt;br /&gt;
------begin&lt;br /&gt;
--------Writeln('Zero');&lt;br /&gt;
------end;&lt;br /&gt;
----1:&lt;br /&gt;
------begin&lt;br /&gt;
--------Writeln('One');&lt;br /&gt;
------end&lt;br /&gt;
----else&lt;br /&gt;
------begin&lt;br /&gt;
--------Writeln('Big');&lt;br /&gt;
------end;&lt;br /&gt;
--end;&lt;br /&gt;
end;&lt;/p&gt;
&lt;p&gt;In other words: The attached unit Test.pas shouldn't be changed. Up to now I haven'r found a setting to allow me this. Is this possible with JCF?&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;
Uli.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>