<p>This PR implements generation of scintilla_object_* wrappers for each exported sci_* function. The intention is that scintilla_object_* can be used as true object methods for GeanyScintilla.</p>

<p>e.g. python: text = sci.get_text() instead of text = Geany.sci_get_text(sci)</p>

<hr>

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

<h4>Commit Summary</h4>
<ul>
  <li>gen-api-gtkdoc.py: Add switch to write out scintilla_object methods</li>
  <li>gen-sci-methods.py: add script to generate scintilla_object wrappers</li>
  <li>Generate scimethods.c and link into libgeany</li>
  <li>doc: Generate geany-scintilla-gtkdoc.h along geany-gtkdoc.h</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/935/files#diff-0">doc/Makefile.am</a>
    (9)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/935/files#diff-1">scripts/gen-api-gtkdoc.py</a>
    (23)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/935/files#diff-2">scripts/gen-sci-methods.py</a>
    (144)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/935/files#diff-3">src/Makefile.am</a>
    (21)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/935/files#diff-4">src/sciwrappers.c</a>
    (22)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/geany/geany/pull/935.patch'>https://github.com/geany/geany/pull/935.patch</a></li>
  <li><a href='https://github.com/geany/geany/pull/935.diff'>https://github.com/geany/geany/pull/935.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/pull/935">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJwgn8n7w552gjM4YHRGYeGZu6a2Eks5pqhqxgaJpZM4HqIcu.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/935"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>