[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:30:03
[Download RAW message or body]

CVS commit by raggi: 

bugfix: include all global function declarations in the completion box if the \
"include global functions" option is enabled (default)


  M +3 -0      cppcodecompletion.cpp   1.137


--- kdevelop/parts/cppsupport/cppcodecompletion.cpp  #1.136:1.137
@@ -850,4 +850,7 @@ CppCodeCompletion::completeText( )
             computeCompletionEntryList( entryList, \
m_pSupport->codeModel()->globalNamespace(), isInstance );  
+            if( m_pSupport->codeCompletionConfig()->includeGlobalFunctions() )
+                computeCompletionEntryList( entryList, QStringList(), false );
+
             if( this_type.size() )
                 computeCompletionEntryList( entryList, this_type, isInstance );


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

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