[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdevelop/parts/cppsupport
From:       Roberto Raggi <roberto () kdevelop ! org>
Date:       2003-09-10 9:18:41
[Download RAW message or body]

CVS commit by raggi: 

include the signatures of function declarations too


  M +5 -1      cppcodecompletion.cpp   1.136


--- kdevelop/parts/cppsupport/cppcodecompletion.cpp  #1.135:1.136
@@ -840,4 +840,7 @@ CppCodeCompletion::completeText( )
     }
 
+    kdDebug(9007) << "===========================> type is: " << type << endl;
+    kdDebug(9007) << "===========================> word is: " << word << endl;
+
     if( !showArguments ){
         QValueList<KTextEditor::CompletionEntry> entryList;
@@ -868,4 +871,5 @@ CppCodeCompletion::completeText( )
         if( type.isEmpty() && expr.isEmpty() ){
             computeSignatureList( signatureList, word, \
m_pSupport->codeModel()->globalNamespace()->functionList() ); +            \
computeSignatureList( signatureList, word, QStringList() );  
             if( !word.isEmpty() ){


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic