<p>Hum yeah you'd need to build the new version manually.  This requires some dependencies (<em>git</em>, <em>libgtk2.0-dev</em>, <em>make</em>, <em>automake</em>, <em>intltool</em> and <em>libtool</em>, the rest should be pulled in automatically I think), then:</p>

<div class="highlight highlight-text-shell-session"><pre>$ <span class="pl-s1">git clone https://github.com/b4n/geany-plugins/ -b pairtaghighlighter/crash-on-null-tag</span>
$ <span class="pl-s1">./autogen.sh --disable-all-plugins --enable-pairtaghighlighter</span>
$ <span class="pl-s1">make -j2</span></pre></div>

<p>and then either</p>

<div class="highlight highlight-text-shell-session"><pre>$ <span class="pl-s1">make install</span></pre></div>

<p>to install in the system (will overwrite your current one probably, and might require super user privileges);<br>
or a more manual approach to simply test without affecting your system, my using an alternative configuration directory and installing the plugin in it:</p>

<div class="highlight highlight-text-shell-session"><pre>$ <span class="pl-s1">mkdir -p /tmp/geany-temp-conf/plugins/</span>
$ <span class="pl-s1">libtool --mode=install install pairtaghighlighter/src/.libs/pairtaghighlighter.so /tmp/geany-temp-conf/plugins/</span>
$ <span class="pl-s1">geany -v -c /tmp/geany-temp-conf/</span></pre></div>

<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, <a href="https://github.com/geany/geany-plugins/issues/442#issuecomment-226191177">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/ABDrJzAKzrvgrNoKPxL8gdw-l0d-f_gOks5qMAHFgaJpZM4IzibM">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ-JtN1CYiITBa8OtTVHz5wo_JPqNks5qMAHFgaJpZM4IzibM.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-plugins/issues/442#issuecomment-226191177"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>