<p>I have a C file in the project directory and several C modules in the directories I added as external directories. When I use GeanyCtags plugin, "Project/Generate tags" menu item appears. When I click that, files in external dirs are not tagged.</p>

<p>At Messages the following appears:</p>

<pre><code>find . -not -path '*/\.*' | ctags --totals --fields=fKsSt --extra=-fq --c-kinds=+p --sort=foldcase --excmd=number -L - -f /home/username/projects/Proj.tags (in directory: /home/username/projects/Proj/)
</code></pre>

<p>I think find should be invoked for each directory. The command should look like this (at least on Linux/Unix):</p>

<pre><code>cat <(find ...) <(find extdir1 ...) <(find extdir2 ...) | ctags ...
</code></pre>

<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/issues/330#issuecomment-171636625">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ3itCjlCY9CkgYRLt2Uhqvnzvtvjks5pZ5HDgaJpZM4HEGKL.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/330#issuecomment-171636625"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>