<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 212: Comments are not aligned with lines of code</title><link href="https://sourceforge.net/p/jedicodeformat/bugs/212/" rel="alternate"/><link href="https://sourceforge.net/p/jedicodeformat/bugs/212/feed.atom" rel="self"/><id>https://sourceforge.net/p/jedicodeformat/bugs/212/</id><updated>2009-07-21T13:46:14Z</updated><subtitle>Recent changes to 212: Comments are not aligned with lines of code</subtitle><entry><title>Comments are not aligned with lines of code</title><link href="https://sourceforge.net/p/jedicodeformat/bugs/212/" rel="alternate"/><published>2009-07-21T13:46:14Z</published><updated>2009-07-21T13:46:14Z</updated><author><name>Akkie Malus</name><uri>https://sourceforge.net/u/akkiemalus/</uri></author><id>https://sourceforge.net8fa1b4fe4b247a1c8f921432a8af87e24ea823bd</id><summary type="html">&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;</summary></entry></feed>