Bug 70280

Summary: add UNO IDL support to ctags
Product: LibreOffice Reporter: Michael Stahl <mst.fdo>
Component: contribAssignee: Not Assigned <libreoffice-bugs>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: medium CC: libreoffice
Version: 4.2.0.0.alpha0+ Master   
Hardware: Other   
OS: All   
Whiteboard: EasyHack DifficultyBeginner SkillCpp SkillScript TopicDebug
i915 platform: i915 features:

Description Michael Stahl 2013-10-08 13:31:43 UTC
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:

http://ctags.sourceforge.net

UNO IDL syntax description:

http://www.openoffice.org/udk/common/man/idl.html#object_observes_def

perhaps looking at the UNO IDL compiler may be helpful:

idlc/source/scanner.l / parser.y

or the new "unoidl" tool:

unoidl/source/sourceprovider-*

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.