<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 212: Comments are not aligned with lines of code</title><link>https://sourceforge.net/p/jedicodeformat/bugs/212/</link><description>Recent changes to 212: Comments are not aligned with lines of code</description><atom:link href="https://sourceforge.net/p/jedicodeformat/bugs/212/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 21 Jul 2009 13:46:14 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/jedicodeformat/bugs/212/feed.rss" rel="self" type="application/rss+xml"/><item><title>Comments are not aligned with lines of code</title><link>https://sourceforge.net/p/jedicodeformat/bugs/212/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When formatting this procedure the comment is not aligned:&lt;/p&gt;
&lt;p&gt;function TestJCF: Integer;&lt;br /&gt;
begin&lt;br /&gt;
....Sleep(1);&lt;br /&gt;
....// Test with alignment of comments&lt;br /&gt;
....Application.ProcessMessages;&lt;br /&gt;
end;&lt;/p&gt;
&lt;p&gt;The result:&lt;/p&gt;
&lt;p&gt;function TestJCF: Integer;&lt;br /&gt;
begin&lt;br /&gt;
..Sleep(1);&lt;br /&gt;
....// Test with alignment of comments&lt;br /&gt;
..Application.ProcessMessages;&lt;br /&gt;
end;&lt;/p&gt;
&lt;p&gt;Is it possible to align the start of the comment right below the start of the lines of code?&lt;/p&gt;
&lt;p&gt;(used dots instead of spaces because of this: &lt;a href="https://sourceforge.net/apps/trac/sourceforge/ticket/1757\"&gt;https://sourceforge.net/apps/trac/sourceforge/ticket/1757\&lt;/a&gt;)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Akkie Malus</dc:creator><pubDate>Tue, 21 Jul 2009 13:46:14 -0000</pubDate><guid>https://sourceforge.net8fa1b4fe4b247a1c8f921432a8af87e24ea823bd</guid></item></channel></rss>