The full patch file for classviewer

Alexander Neundorf neundorf at kde.org
Tue May 31 21:10:04 UTC 2005


Hi Nicolas,

reviewing and applying patches is quite some work, and most developers around 
here (there are not too many) are very busy.
So, your patch to the classviewwidget does the following:

-    if( !m_part->project()->isProjectFile(fn) )
-	return;
...
-    fn = m_part->project()->relativeProjectFile( fn );
+    fn = URLUtil::relativePathToFile(m_part->project()->projectDirectory(), 
fn);

Do I understand correctly that this means that it also works with files 
outside the project directory ?
Why is this required ? Which effect does this have e.g. on the C++ support in 
kdevelop ? 
What was the main reason to limit classviewwidget to files inside the project 
directory ?

Btw. is your patch against current svn trunk ? If not, could you be so kind to 
generate such a patch ?

Bye
Alex
-- 
Work: alexander.neundorf at jenoptik.com - http://www.jenoptik-los.de
Home: neundorf at kde.org                - http://www.kde.org
      alex at neundorf.net               - http://www.neundorf.net




More information about the KDevelop-devel mailing list