(*** This bug was imported into bugs.kde.org ***) Package: kdevelop Version: 1.4 (using KDE 2.1.1 ) Severity: wishlist Installed from: Mandrake RPMs Compiler: Not Specified OS: Linux OS/Compiler notes: Not Specified When developing project in pure C it would be useful to see which function in defined/declared in which file... now I can only see a flat list of function and variable... it would be nice to see them in the project treeview each function listed under the file in which is defined/declared (yes both under .h and .c files) and to see the difference between exported function/variables and static (local) ones. As such it would be easier to develop program in a modular fashion even in C (don't tell me to develop in C++ if you are volounteering in a project based on C you cannot change the language...) (Submitted via bugs.kde.org)
Kdevelop has come to a dead end but gideon has the same problem, it's difficult to browse a huge list of functions, would be better to have a treeview showing a list of files and then the function declared/defined in these files as childs of the file node
Maybe can be added to the new class browser....
Something like that is now implemented when you click on a file with the RMB. You get a list of all the functions declared or implemented by that file. But it can maybe be added as a "Group by files" View mode to the classview.
Replaced aaime@libero.it with null@kde.org due to bounces by reporter
whats really needed is an outline view that shows the content of the current file.
*** Bug 60009 has been marked as a duplicate of this bug. ***
I just realised that this is fixed in kdev4. We have a class browser that can be restricted to a single file. And with support for having multiple such views its possible to have one as browser and one as outline view.
moving to kdevplatform's classbrowser