Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Eclipse API for C/C++ Indexer(Is there a way to access the eclipse view C/C++ Index and its information? )
Eclipse API for C/C++ Indexer [message #1705236] Thu, 13 August 2015 07:56 Go to next message
johan Winer is currently offline johan WinerFriend
Messages: 1
Registered: August 2015
Junior Member
I am working on a plugin for eclipse that is supposed to do a search of files containing c code, looking for a certain variable.
To make the search fast I need to use the index that eclipse creates of the c code.
Is there a way for my plugin to access the Index created by eclipse programmatically?

The process I want the plugin to perform is the same as the following, but here performed by a user using the GUI: the user has to right click on a variable in the editor, in the pop up menu choose declarations - > workspace. And then a view is opened presenting the information I want my plugin to access.

Hope you can help me.

[Updated on: Thu, 13 August 2015 14:45]

Report message to a moderator

Re: Eclipse API for C/C++ Indexer [message #1705287 is a reply to message #1705236] Thu, 13 August 2015 13:40 Go to previous message
Eric Rizzo is currently offline Eric RizzoFriend
Messages: 3070
Registered: July 2009
Senior Member
You'll probably get more response asking this kind of question on the CDT forum. I'll move it there for you.
Previous Topic:mpirun with arguments
Next Topic:what's the meaning of this icon for STM32 project
Goto Forum:
  


Current Time: Sun Sep 08 07:54:02 GMT 2024

Powered by FUDForum. Page generated in 0.03432 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top