<p>In <a href="https://github.com/geany/geany/pull/629#discussion_r40380144">doc/plugins.dox</a>:</p>
<pre style='color:#555'>> +plugins should get a chance to load the candidate or not.
> +
> +@section proxy_dep_guideline Guideline for Runtime Errors
> +
> +A sub-plugin might not be able to run even if it's perfectly compatible with its proxy. This
> +includes the case when it lacks certain runtime dependencies such as programs or modules but also
> +syntactic problems or other errors.
> +
> +There are two basic classes:
> +
> +1) Runtime errors that can be determined at load time. For example, the shebang of a script
> +indicates a specific interpeter version but that version is not installed on the system. Your proxy
> +should respond the same way as for version-incompatible plugins: don't register the plugin at
> +all, but leave a message the user suggesting what has to be installed in order to work. Handle
> +sytanx errors in the scripts of sub-plugins the same way if possible.
> +
</pre>
<p>syntax</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/629/files#r40380144">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ6ct1f72F2tH53qxXZSvNJUvmivzks5o1G1AgaJpZM4Fy7fG.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/629/files#r40380144"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>