<p>In <a href="https://github.com/geany/geany/pull/957#discussion_r62027590">tagmanager/src/tm_source_file.c</a>:</p>
<pre style='color:#555'>> @@ -109,6 +109,35 @@ gchar *tm_get_real_path(const gchar *file_name)
>    return NULL;
>  }
>  
> +/* add argument list of __init__() Python methods to the class tag */
> +static void update_python_arglist(const TMTag *tag)
</pre>
<p>Geany will become un-maintainable if its filled with <code>if(language){do stuff }</code> sections. The attention should be removing them not adding "just one more".</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly or <a href="https://github.com/geany/geany/pull/957/files/f61a64be29cbba0162f92eb5c1fe4aa2af33fd33#r62027590">view it on GitHub</a><img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJx_N8EzGfhQkeRd-XwiliHeLQ0xHks5p-IwagaJpZM4Ht-Ad.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany/pull/957/files/f61a64be29cbba0162f92eb5c1fe4aa2af33fd33#r62027590"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>