Registered Member
|
Hi
I wonder if kdevelop can do the following. Assume the following C files: main.c:
hdr1.h:
imp1.c:
hdr2.h:
imp2.c:
Makefile:
Now when browsing main.c I want to jump to fun() definition. Here the question. Will kdevelop show the list of 2 candidates to fump to: 1. fun() from imp1.c 2. fun() from imp2.c or it will jump to the fun() from imp1.c which is correct in this example. I'm not interested in the solution when I have to manually exclude any files from indexing. It is because I want to use KDevelop for a large C project. I dont know the relations between specific object files, headers and modules in this project. I suppose that there must be an option to build the index when the project is build. It is utilizing the compiler to generate index. thanks for help |
Global Moderator
|
It can't do that, for that it would have to understand how exactly your makefile compiles your project and that's not easily possible in the general case. You'll have to resort to exclusions.
I'm working on the KDevelop IDE.
|
Registered users: Bing [Bot], daret, Google [Bot], Sogou [Bot]