<p>In <a href="https://github.com/geany/geany/pull/697#discussion_r42184135">src/plugins.c</a>:</p>
<pre style='color:#555'>> @@ -2000,7 +2000,7 @@ gboolean geany_plugin_register_proxy(GeanyPlugin *plugin, const gchar **extensio
>    foreach_list(node, active_proxies.head)
>    {
>            proxy = node->data;
> -          g_return_if_fail(p != proxy->plugin);
> +          g_return_val_if_fail(p != proxy->plugin, FALSE);
</pre>
<p>Registering twice is currently explicitly unsupported currently, so any attempt is a programming error (though a plugin error so an assert might not be ideal)</p>

<p>The plan is to enable it once the details are fleshed out and code is written, with the intention to enable proxies to change their list of supported files </p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/geany/geany/pull/697/files#r42184135">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ26D5ElASD2_ZJh7hI79tMB_LoN3ks5o8BRhgaJpZM4GPtjS.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/697/files#r42184135"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>