<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 208: Comments in single statement block</title><link href="https://sourceforge.net/p/jedicodeformat/bugs/208/" rel="alternate"/><link href="https://sourceforge.net/p/jedicodeformat/bugs/208/feed.atom" rel="self"/><id>https://sourceforge.net/p/jedicodeformat/bugs/208/</id><updated>2009-04-19T08:24:08Z</updated><subtitle>Recent changes to 208: Comments in single statement block</subtitle><entry><title>Comments in single statement block</title><link href="https://sourceforge.net/p/jedicodeformat/bugs/208/" rel="alternate"/><published>2009-04-19T08:24:08Z</published><updated>2009-04-19T08:24:08Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netd65dc9c5adbe6ffc2be6a09b19c3ffdf3c8421d0</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;When Option "Transform" --&amp;gt; "Add or Remove begin and end from single statements" sets to "Remove begin and end from around single statement" the code:&lt;/p&gt;
&lt;p&gt;if Condition then&lt;br /&gt;
begin&lt;br /&gt;
__// Comment Line 1&lt;br /&gt;
__// Comment Line 2&lt;br /&gt;
__// Comment Line 3&lt;br /&gt;
__DoSomething;&lt;br /&gt;
end;&lt;/p&gt;
&lt;p&gt;transfoms to:&lt;/p&gt;
&lt;p&gt;if Condition then&lt;br /&gt;
__DoSomething// Comment Line 1&lt;br /&gt;
__// Comment Line 2&lt;br /&gt;
__// Comment Line 3&lt;br /&gt;
;&lt;/p&gt;
&lt;p&gt;but expected:&lt;/p&gt;
&lt;p&gt;if Condition then&lt;br /&gt;
__// Comment Line 1&lt;br /&gt;
__// Comment Line 2&lt;br /&gt;
__// Comment Line 3&lt;br /&gt;
__DoSomething;&lt;/p&gt;
&lt;p&gt;Correct please.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>