<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to support-requests</title><link>https://sourceforge.net/p/uncrustify/support-requests/</link><description>Recent changes to support-requests</description><atom:link href="https://sourceforge.net/p/uncrustify/support-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 26 Sep 2016 15:46:00 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/uncrustify/support-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>#22 Function Parameter Alignment</title><link>https://sourceforge.net/p/uncrustify/support-requests/22/?limit=25#aa17</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Guy Maurel</dc:creator><pubDate>Mon, 26 Sep 2016 15:46:00 -0000</pubDate><guid>https://sourceforge.netb8c5a9cff3dfa86cd8040a13f85db8e74b506429</guid></item><item><title>#21 Function Parameter Alignment</title><link>https://sourceforge.net/p/uncrustify/support-requests/21/?limit=25#921b</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Guy Maurel</dc:creator><pubDate>Mon, 26 Sep 2016 15:39:08 -0000</pubDate><guid>https://sourceforge.net7a8040aafb522d58e151425aaff902c3ab9bdf7f</guid></item><item><title>#19 Indenting large Qt Signal/Slots connects</title><link>https://sourceforge.net/p/uncrustify/support-requests/19/?limit=25#b907</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Guy Maurel</dc:creator><pubDate>Mon, 26 Sep 2016 15:38:25 -0000</pubDate><guid>https://sourceforge.net5f15118dcf22ccf545eae0fe8cb7fd58a94d3c70</guid></item><item><title>#18 Removing comment indent</title><link>https://sourceforge.net/p/uncrustify/support-requests/18/?limit=25#8d58</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Guy Maurel</dc:creator><pubDate>Mon, 26 Sep 2016 15:37:33 -0000</pubDate><guid>https://sourceforge.net728b4f80595a61c47ea16b7d7adff9c24f95071f</guid></item><item><title>#17 Lamda flow c++11 broken by removing semicolon. </title><link>https://sourceforge.net/p/uncrustify/support-requests/17/?limit=25#db19</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Guy Maurel</dc:creator><pubDate>Mon, 26 Sep 2016 15:36:51 -0000</pubDate><guid>https://sourceforge.net8723c4cdea266996f4e4e7c5d2b333575d8d3cc3</guid></item><item><title>#14 aligning initializers in c++ class headers</title><link>https://sourceforge.net/p/uncrustify/support-requests/14/?limit=25#2c07</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Guy Maurel</dc:creator><pubDate>Mon, 26 Sep 2016 15:36:03 -0000</pubDate><guid>https://sourceforge.netad5d485cf178b1a242706acf175233271831475e</guid></item><item><title>Function Parameter Alignment</title><link>https://sourceforge.net/p/uncrustify/support-requests/22/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stefan Grosser</dc:creator><pubDate>Mon, 11 Jul 2016 15:21:52 -0000</pubDate><guid>https://sourceforge.netc6e735eff25c70e23468b011ea415a0d13589107</guid></item><item><title>Function Parameter Alignment</title><link>https://sourceforge.net/p/uncrustify/support-requests/22/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stefan Grosser</dc:creator><pubDate>Mon, 11 Jul 2016 15:21:52 -0000</pubDate><guid>https://sourceforge.net8542a04dcc505a20e4d564d20878a9c600ed58eb</guid></item><item><title>Function Parameter Alignment</title><link>https://sourceforge.net/p/uncrustify/support-requests/21/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stefan Grosser</dc:creator><pubDate>Mon, 11 Jul 2016 15:20:49 -0000</pubDate><guid>https://sourceforge.netf99d04aa076010550508a8f4d1c14aa8e31fb935</guid></item><item><title>Function Parameter Alignment</title><link>https://sourceforge.net/p/uncrustify/support-requests/21/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stefan Grosser</dc:creator><pubDate>Mon, 11 Jul 2016 15:20:49 -0000</pubDate><guid>https://sourceforge.netfbd1879068860f8d144195cba2f49d3296de0b41</guid></item></channel></rss>