Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » How to extend CDT to parse comments and to show new elements in project explorer.
icon5.gif  How to extend CDT to parse comments and to show new elements in project explorer. [message #1289272] Wed, 09 April 2014 07:18
Michael Genau is currently offline Michael GenauFriend
Messages: 9
Registered: April 2013
Junior Member
Hi forum users,

I would like to know how I can extend CDT.
-I want to parse the comments (before a class and before methods)
- and I want to show new elements in the project explorer for some comments.

I know the extension point PDOMASTProcesdor but IASTTranslationUnit returns all comments without a direct relation to an element of the class. How can I get the related method or variable?

Additionally I know the extension point navigatorContent, but at the moment I need a solution for the first step.

CPPMethodInstance has no functionality to get the comments. I am sure that it is possible because Eclipse is able to show the comment of a method in a popup window.

Thank you!
Michael
Previous Topic:Remote GDB does not load symbols of dynamically loaded shared libraries automaticaly
Next Topic:is it possible to compile and run Mex file on eclipse
Goto Forum:
  


Current Time: Fri Apr 19 10:14:57 GMT 2024

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

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

Back to the top