<p>This is a mirror of <a href="https://github.com/codebrainz/geanypy/pull/37" class="issue-link" title="geanypy: convert to a proxy plugin">codebrainz/geanypy#37</a>. <a href="https://github.com/codebrainz" class="user-mention">@codebrainz</a> said he's fine if this gets merged into G-P first.</p>

<p>Anyway, the commits tell the story. This PR converts geanypy to a proxy plugin (needs Geany git master/1.26), and then adds the long-awaited keybindings support.</p>

<p>With this, python plugins are just like other plugins w.r.t to the PM dialog, configuration and keybindings</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>  <a href='https://github.com/geany/geany-plugins/pull/295'>https://github.com/geany/geany-plugins/pull/295</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>geanypy: Fix build on some systems</li>
  <li>geanypy: convert to a proxy plugin</li>
  <li>geanypy: new type geany.PluginBase</li>
  <li>geanypy: add support for keybindings.</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/295/files#diff-0">geanypy/geany/Makefile.am</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/295/files#diff-1">geanypy/geany/__init__.py</a>
    (2)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/geany/geany-plugins/pull/295/files#diff-2">geanypy/geany/loader.py</a>
    (172)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/geany/geany-plugins/pull/295/files#diff-3">geanypy/geany/manager.py</a>
    (179)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/295/files#diff-4">geanypy/geany/plugin.py</a>
    (9)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/295/files#diff-5">geanypy/plugins/Makefile.am</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/295/files#diff-6">geanypy/plugins/console.py</a>
    (16)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/295/files#diff-7">geanypy/src/Makefile.am</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/295/files#diff-8">geanypy/src/geanypy-plugin.c</a>
    (506)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/295/files#diff-9">geanypy/src/geanypy-plugin.h</a>
    (10)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/295/files#diff-10">geanypy/src/geanypy-signalmanager.c</a>
    (1)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/geany/geany-plugins/pull/295.patch'>https://github.com/geany/geany-plugins/pull/295.patch</a></li>
  <li><a href='https://github.com/geany/geany-plugins/pull/295.diff'>https://github.com/geany/geany-plugins/pull/295.diff</a></li>
</ul>

<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-plugins/pull/295">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ_2uOciNsWS5wCELR3f9mqeqjyquks5pDSregaJpZM4Gdzx4.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/pull/295"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>