<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 208: Comments in single statement block</title><link>https://sourceforge.net/p/jedicodeformat/bugs/208/</link><description>Recent changes to 208: Comments in single statement block</description><atom:link href="https://sourceforge.net/p/jedicodeformat/bugs/208/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sun, 19 Apr 2009 08:24:08 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/jedicodeformat/bugs/208/feed.rss" rel="self" type="application/rss+xml"/><item><title>Comments in single statement block</title><link>https://sourceforge.net/p/jedicodeformat/bugs/208/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 19 Apr 2009 08:24:08 -0000</pubDate><guid>https://sourceforge.netd65dc9c5adbe6ffc2be6a09b19c3ffdf3c8421d0</guid></item></channel></rss>