Persistant class store
    Roberto Raggi 
    raggi at di.unipi.it
       
    Wed Apr 16 10:13:04 UTC 2003
    
    
  
On Wednesday 16 April 2003 09:25, Marcin Miklas wrote:
> Hi,
>
> It's just great!
thanks ;) but it is working in progress! for instance at the moment it ignores 
class inheritance and it has some problem with templates :( but, i know how 
to fix this small bugs. i hope to make it "usable" in very short time.
> But I have question, how make r++ to parse files from standard c++ library
> (those without .h suffix)?
you're right! r++ doesn't parse file without an extension, a quick hack is to
modify the file parts/cppsupport/main.cpp.. the line that needs change is
QStringList fileList = dir.entryList( "*.h;*.H;*.hh;*.hxx;*.hpp;*.tlh" );
ciao robe
    
    
More information about the KDevelop-devel
mailing list