<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to support-requests</title><link href="https://sourceforge.net/p/uncrustify/support-requests/" rel="alternate"/><link href="https://sourceforge.net/p/uncrustify/support-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/uncrustify/support-requests/</id><updated>2016-09-26T15:46:00.869000Z</updated><subtitle>Recent changes to support-requests</subtitle><entry><title>#22 Function Parameter Alignment</title><link href="https://sourceforge.net/p/uncrustify/support-requests/22/?limit=25#aa17" rel="alternate"/><published>2016-09-26T15:46:00.869000Z</published><updated>2016-09-26T15:46:00.869000Z</updated><author><name>Guy Maurel</name><uri>https://sourceforge.net/u/guymaurel/</uri></author><id>https://sourceforge.netb8c5a9cff3dfa86cd8040a13f85db8e74b506429</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; closed&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</summary></entry><entry><title>#21 Function Parameter Alignment</title><link href="https://sourceforge.net/p/uncrustify/support-requests/21/?limit=25#921b" rel="alternate"/><published>2016-09-26T15:39:08.811000Z</published><updated>2016-09-26T15:39:08.811000Z</updated><author><name>Guy Maurel</name><uri>https://sourceforge.net/u/guymaurel/</uri></author><id>https://sourceforge.net7a8040aafb522d58e151425aaff902c3ab9bdf7f</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; closed&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</summary></entry><entry><title>#19 Indenting large Qt Signal/Slots connects</title><link href="https://sourceforge.net/p/uncrustify/support-requests/19/?limit=25#b907" rel="alternate"/><published>2016-09-26T15:38:25.590000Z</published><updated>2016-09-26T15:38:25.590000Z</updated><author><name>Guy Maurel</name><uri>https://sourceforge.net/u/guymaurel/</uri></author><id>https://sourceforge.net5f15118dcf22ccf545eae0fe8cb7fd58a94d3c70</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; closed&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</summary></entry><entry><title>#18 Removing comment indent</title><link href="https://sourceforge.net/p/uncrustify/support-requests/18/?limit=25#8d58" rel="alternate"/><published>2016-09-26T15:37:33.607000Z</published><updated>2016-09-26T15:37:33.607000Z</updated><author><name>Guy Maurel</name><uri>https://sourceforge.net/u/guymaurel/</uri></author><id>https://sourceforge.net728b4f80595a61c47ea16b7d7adff9c24f95071f</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; closed&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</summary></entry><entry><title>#17 Lamda flow c++11 broken by removing semicolon. </title><link href="https://sourceforge.net/p/uncrustify/support-requests/17/?limit=25#db19" rel="alternate"/><published>2016-09-26T15:36:51.957000Z</published><updated>2016-09-26T15:36:51.957000Z</updated><author><name>Guy Maurel</name><uri>https://sourceforge.net/u/guymaurel/</uri></author><id>https://sourceforge.net8723c4cdea266996f4e4e7c5d2b333575d8d3cc3</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; closed&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</summary></entry><entry><title>#14 aligning initializers in c++ class headers</title><link href="https://sourceforge.net/p/uncrustify/support-requests/14/?limit=25#2c07" rel="alternate"/><published>2016-09-26T15:36:03.312000Z</published><updated>2016-09-26T15:36:03.312000Z</updated><author><name>Guy Maurel</name><uri>https://sourceforge.net/u/guymaurel/</uri></author><id>https://sourceforge.netad5d485cf178b1a242706acf175233271831475e</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; closed&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</summary></entry><entry><title>Function Parameter Alignment</title><link href="https://sourceforge.net/p/uncrustify/support-requests/22/" rel="alternate"/><published>2016-07-11T15:21:52.805000Z</published><updated>2016-07-11T15:21:52.805000Z</updated><author><name>Stefan Grosser</name><uri>https://sourceforge.net/u/sgrosser/</uri></author><id>https://sourceforge.netc6e735eff25c70e23468b011ea415a0d13589107</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hello There,&lt;br/&gt;
I am struggling with aligning function parameters properly. For example, in this definition I end up with this massive gap between parameter type and the name:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;UINT32 ReallyLongFunctionNameAsAnExample(  const UINT8 parameter1,
   const UINT8                                          parameter2)
{
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;As you can see, there is this massive gap between type of the parameter and the alignment of the names. I have absolutely no idea how to get rid of this as altering indent_func_*_param does not help.&lt;/p&gt;
&lt;p&gt;I want it to look something like this:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;UINT32 ReallyLongFunctionNameAsAnExample(  const UINT8 parameter1,
                                                                             const UINT8 parameter2)
{
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;I'd be okay if I had to do this manually, but I don't even know how to make Uncrustify ignore formatting these without using the INDENT-OFF tag every single time (which is not an option).&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Function Parameter Alignment</title><link href="https://sourceforge.net/p/uncrustify/support-requests/22/" rel="alternate"/><published>2016-07-11T15:21:52.805000Z</published><updated>2016-07-11T15:21:52.805000Z</updated><author><name>Stefan Grosser</name><uri>https://sourceforge.net/u/sgrosser/</uri></author><id>https://sourceforge.net8542a04dcc505a20e4d564d20878a9c600ed58eb</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Ticket 22 has been modified: Function Parameter Alignment&lt;br/&gt;
Edited By: Guy Maurel (guymaurel)&lt;br/&gt;
Status updated: u'open' =&amp;gt; u'closed'&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Function Parameter Alignment</title><link href="https://sourceforge.net/p/uncrustify/support-requests/21/" rel="alternate"/><published>2016-07-11T15:20:49.628000Z</published><updated>2016-07-11T15:20:49.628000Z</updated><author><name>Stefan Grosser</name><uri>https://sourceforge.net/u/sgrosser/</uri></author><id>https://sourceforge.netf99d04aa076010550508a8f4d1c14aa8e31fb935</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hello There,&lt;br/&gt;
I am struggling with aligning function parameters properly. For example, in this definition I end up with this massive gap between parameter type and the name:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;UINT32 ReallyLongFunctionNameAsAnExample(  const UINT8 parameter1,
   const UINT8                                          parameter2)
{
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;As you can see, there is this massive gap between type of the parameter and the alignment of the names. I have absolutely no idea how to get rid of this as altering indent_func_*_param does not help.&lt;/p&gt;
&lt;p&gt;I want it to look something like this:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;UINT32 ReallyLongFunctionNameAsAnExample(  const UINT8 parameter1,
                                                                             const UINT8 parameter2)
{
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;I'd be okay if I had to do this manually, but I don't even know how to make Uncrustify ignore formatting these without using the INDENT-OFF tag every single time (which is not an option).&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Function Parameter Alignment</title><link href="https://sourceforge.net/p/uncrustify/support-requests/21/" rel="alternate"/><published>2016-07-11T15:20:49.628000Z</published><updated>2016-07-11T15:20:49.628000Z</updated><author><name>Stefan Grosser</name><uri>https://sourceforge.net/u/sgrosser/</uri></author><id>https://sourceforge.netfbd1879068860f8d144195cba2f49d3296de0b41</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Ticket 21 has been modified: Function Parameter Alignment&lt;br/&gt;
Edited By: Guy Maurel (guymaurel)&lt;br/&gt;
Status updated: u'open' =&amp;gt; u'closed'&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>