Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Open Declaration problems
Open Declaration problems [message #209454] Fri, 08 February 2008 09:14
Eclipse UserFriend
Originally posted by: stanimir.stoykov.gmail.com

I searched for my problem but didn't find solution.
I have several opened projects in my workspace. There are classes used
in all projects. To make my problem explanation easier lets say that one
of those classes is class Test. In Test I have some members - say int
m_AMember. Few days ago I haven't problems looking m_AMember declaration
in the Test.h file in the project I'm currently working with. But one
day when I ctrl+clicked over m_AMember, a dialog box (called "Open
Declaration", select one element form the list) was opened telling me
that I must select which Test.h file to open - in Project1, Project2,
etc. (open declaration command did not redirect me to the header file of
the project, that Test.cpp, where I made the click, belongs to. Instead
it showed me all Test.h header files in the workspace). How can I fix
this? It is annoying, when I want to see the declaration of a class
member, I want to see it in the project I'm currently working with, not
all possible declarations. I tried changing the workspace, didn't help.

Thank you!
Previous Topic:Getting user defined build variable programmatically
Next Topic:new project types group
Goto Forum:
  


Current Time: Tue Apr 29 02:17:03 EDT 2025

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

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

Back to the top