<div class="gmail_quote">On Wed, Aug 3, 2011 at 7:42 AM, <a href="mailto:elison.niven@gmail.com">elison.niven@gmail.com</a> <span dir="ltr"><<a href="mailto:elison.niven@gmail.com">elison.niven@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi list,<br>
I recently upgraded to kdevelop 4 after using kdevelop 3 for a long long time.<br>
<br>
I must say you guys have done a terrific job. Hats off.<br>
<br>
I would like to point out that I do experience certain difficulties<br>
with existing code.<br>
I have a large code base with code in different folders like<br>
<br>
My Code directory:<br>
file1.c<br>
file2.c<br>
file1.h<br>
file2.h<br>
Folder1-> file3.c file3.h<br>
Folder2-> file4.c file4.h<br>
<br>
So I import a project and add My code directory. All the files are<br>
added to the project but I am not able to understand how kdevelop's<br>
parser finds the declarations and definitions of all the functions and<br>
datatypes etc. It finds declarations for functions declared in the<br>
same file. Sometimes it does find declarations if they are in some<br>
other file in the same folder but does not find<br>
declarations/definitions if they are in files in different<br>
directories.<br>
<br>
Is this possible with the latest release of kdevelop? Kind of makes me<br>
miss the good old ctags.<br>
<br>
Best Regards,<br>
Elison<br>
<font color="#888888"><br>
--<br>
KDevelop-devel mailing list<br>
<a href="mailto:KDevelop-devel@kdevelop.org">KDevelop-devel@kdevelop.org</a><br>
<a href="https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel" target="_blank">https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel</a><br>
</font></blockquote></div><br><div>We can't use ctags in KDevelop4, here the plan would be to use a buildtool (cmake, makefile) that tells us what are the include directories and defines or you can have the custom build system where you will tell kdevelop specifically what are the include directories and so.</div>

<div><br></div><div>Thanks for appreciating your work and don't hesitate to contact if you need further help.</div><div>Aleix</div>