<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - add UNO IDL support to ctags"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=70280">70280</a>
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>libreoffice@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>add UNO IDL support to ctags
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>enhancement
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>mstahl@redhat.com
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>4.2.0.0.alpha0+ Master
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>contrib
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr></table>
      <p>
        <div>
        <pre>ctags is very useful for developers to quickly look up definitions
of identifiers in the huge LO code base.

unfortunately ctags does not support the UNO IDL language,
so identifiers from the UNO API cannot be looked up yet.

likely it is not hard at all to add the required support to extract
UNO IDL definitions to ctags.

ctags website:

<a href="http://ctags.sourceforge.net">http://ctags.sourceforge.net</a>

UNO IDL syntax description:

<a href="http://www.openoffice.org/udk/common/man/idl.html#object_observes_def">http://www.openoffice.org/udk/common/man/idl.html#object_observes_def</a>

perhaps looking at the UNO IDL compiler may be helpful:

idlc/source/scanner.l / parser.y

or the new "unoidl" tool:

unoidl/source/sourceprovider-*</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>