<p>These are some patches related to the scope completion patch set:</p>

<ol>
<li>The first patch is the scope completion for namespaces.</li>
<li>Then there's a patch using the langs_compatible() function for scintilla type colorization - this is a prerequisite of <a href="https://github.com/geany/geany/pull/857" class="issue-link js-issue-link" data-url="https://github.com/geany/geany/issues/857" data-id="125492066" data-error-text="Failed to load issue title" data-permission-text="Issue title is private">#857</a>
</li>
<li>When working on the above patch I noticed that the -1/-2 language type codes are a bit confusing and not used correctly in the function so I tried to clean it up a bit and fix things.</li>
<li>When testing scope completion for boost I noticed there are many tags with identical names (probably because of inheritance). Just one tag of the given name can be passed to Scintilla for tag colorization to improve performance a bit.</li>
<li>The very last patch is a suggestion but I can remove it if you find it too intrusive.</li>
</ol>

<hr>

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

<h4>Commit Summary</h4>
<ul>
  <li>Add scope completion for namespaces</li>
  <li>Cleanup NONE/AUTO filetype definitions</li>
  <li>Use the langs_compatible() function when passing typenames to scintilla</li>
  <li>Don't pass multiple copies of identical type name to scintilla for colorization</li>
  <li>Don't use ctags types inside Geany</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/906/files#diff-0">src/editor.c</a>
    (12)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/906/files#diff-1">src/filetypes.c</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/906/files#diff-2">src/filetypes.h</a>
    (8)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/906/files#diff-3">src/symbols.c</a>
    (10)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/906/files#diff-4">tagmanager/src/tm_parser.h</a>
    (14)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/906/files#diff-5">tagmanager/src/tm_source_file.c</a>
    (23)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/906/files#diff-6">tagmanager/src/tm_source_file.h</a>
    (12)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/906/files#diff-7">tagmanager/src/tm_tag.c</a>
    (22)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/906/files#diff-8">tagmanager/src/tm_tag.h</a>
    (8)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/906/files#diff-9">tagmanager/src/tm_workspace.c</a>
    (108)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/906/files#diff-10">tagmanager/src/tm_workspace.h</a>
    (8)
  </li>
</ul>

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