Bug 27716

Summary: provide outline view for files
Product: [Developer tools] kdevplatform Reporter: Unknown <null>
Component: classbrowserAssignee: KDevelop-Devel List <kdevelop-devel>
Status: RESOLVED FIXED    
Severity: wishlist CC: esigra, sphere1952
Priority: NOR    
Version: git master   
Target Milestone: ---   
Platform: Mandrake RPMs   
OS: Linux   
Latest Commit: Version Fixed In:

Description Andrea Aime 2001-06-26 07:30:24 UTC
(*** 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)
Comment 1 Andrea Aime 2002-09-21 15:39:37 UTC
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    
Comment 2 Amilcar do Carmo Lucas 2003-05-13 17:56:24 UTC
Maybe can be added to the new class browser.... 
Comment 3 Amilcar do Carmo Lucas 2003-09-19 21:38:47 UTC
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. 
Comment 4 Stephan Kulow 2004-05-18 21:12:15 UTC
Replaced aaime@libero.it with null@kde.org due to bounces by reporter
Comment 5 Andreas Pakulat 2008-06-29 15:09:40 UTC
whats really needed is an outline view that shows the content of the current file.
Comment 6 Andreas Pakulat 2008-06-29 15:29:45 UTC
*** Bug 60009 has been marked as a duplicate of this bug. ***
Comment 7 Andreas Pakulat 2008-06-30 20:11:48 UTC
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.
Comment 8 Aleix Pol 2013-03-31 01:30:17 UTC
moving to kdevplatform's classbrowser