Skip to main content



      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 03:56 Go to next message
Eclipse UserFriend
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 10:45] by Moderator

Re: Eclipse API for C/C++ Indexer [message #1705287 is a reply to message #1705236] Thu, 13 August 2015 09:40 Go to previous message
Eclipse UserFriend
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 Jul 13 16:59:51 EDT 2025

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

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

Back to the top