Bug 66096

Summary: dealing ctags reporting "cannot open source file .... : No such file or directory"
Product: [Applications] kdevelop Reporter: Ralf Habacker <ralf.habacker>
Component: CTagsAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED WORKSFORME    
Severity: wishlist    
Priority: NOR    
Version: 3.0.0a7   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Cygwin   
Latest Commit: Version Fixed In:

Description Ralf Habacker 2003-10-16 08:50:05 UTC
Version:           cvs 3.0.0-a7 (using KDE Devel)
Installed from:    Compiled sources
Compiler:          gcc 2.95 
OS:          Cygwin

ctags give a result in case a file isn't found. For kdevelop 3.0.0.-a7 the files below are added to the project, but was not founc by ctags. As I have seen this, I was thinking if it would be good to use this information to either 

1. inform the user through a dialog or 
2. print out the results in the messages tab to inform the user 
3. let kdevelop checks his project files or 
4. do other usefull action

Please note that this is only a proposal. 

"languages/cpp/KDevCppSupportIface.skel"
"languages/cpp/app_templates/kscreensaver/kscreensaverui.cpp"
"languages/cpp/app_templates/kscreensaver/kscreensaverui.h"
 "languages/cpp/app_templates/qtopiaapp/examplebase.h"
"languages/cpp/debugger/debuggerdcopinterface.skel"
"languages/java/KDevJavaSupportIface.skel"
languages/python/app_templates/pyqt/app.py
"languages/python/app_templates/pyqt/documentdetails.cpp"
"languages/python/app_templates/pyqt/documentdetails.h"
"lib/interfaces/KDevAppFrontendIface.skel"
"lib/interfaces/KDevCoreIface.skel"
"lib/interfaces/KDevMakeFrontendIface.skel"
"lib/interfaces/KDevPartControllerIface.skel"
"parts/filter/kdevfilteriface.skel"
"vcs/cvsservice/checkoutdialogbase.cpp"
"vcs/cvsservice/checkoutdialogbase.h"
"vcs/cvsservice/commitdialogbase.cpp"
"vcs/cvsservice/commitdialogbase.h"
"vcs/cvsservice/cvsformbase.cpp"
"vcs/cvsservice/cvsformbase.h"
"vcs/cvsservice/cvsoptionswidgetbase.cpp"
"vcs/cvsservice/cvsoptionswidgetbase.h"
"vcs/cvsservice/cvsservicedcopiface.skel"
"vcs/cvsservice/diffdialogbase.cpp"
"vcs/cvsservice/diffdialogbase.h"
"vcs/cvsservice/releaseinputdialogbase.cpp"
"vcs/cvsservice/releaseinputdialogbase.h"
"vcs/cvsservice/tagdialogbase.cpp"
"vcs/cvsservice/tagdialogbase.h"
"vcs/svn/svnoptions.cpp"
"vcs/svn/svnoptions.h"
Comment 1 Ralf Habacker 2003-12-22 01:10:48 UTC
I've seen the solution already in cvs. 

Thanks for any help. 

Ralf