Bug 70280 - add UNO IDL support to ctags
Summary: add UNO IDL support to ctags
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: contrib (show other bugs)
Version: 4.2.0.0.alpha0+ Master
Hardware: Other All
: medium enhancement
Assignee: Not Assigned
QA Contact:
URL:
Whiteboard: EasyHack DifficultyBeginner SkillCpp ...
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-08 13:31 UTC by Michael Stahl
Modified: 2013-10-08 16:16 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

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.