"F@lk Brettschneider" wrote: > = > Since actually any further work for new features for version 2.0.x has > been stopped, it's not a good idea to make such a _big_ change on > KDE_2_2_BRANCH. Just bugfixes should go in. okay: shorter version - bugfix only ;-) sort the global symbols (all the getSorted...List() methods seem to be broken) could you apply this patch ? Thanks Gustl diff -u -3 -p -c -r1.57.2.25.2.18.2.4 cclassview.cpp cvs server: conflicting specifications of output style *** cclassview.cpp 2001/11/19 00:24:36 1.57.2.25.2.18.2.4 --- cclassview.cpp 2001/11/30 19:17:03 *************** void CClassView::refresh() *** 475,486 **** --- 475,488 ---- item =3D treeH->addItem( i18n( "Namespaces" ), THFOLDER, globalsItem ); scopeList =3D store->globalContainer.getSortedScopeList(); ((CClassTreeHandler *)treeH)->addScopes( scopeList, item ); + item->sortChildItems(0,true); delete scopeList; = // Add global Structures item =3D treeH->addItem( i18n( "Structures" ), THFOLDER, globalsItem ); structList =3D store->getSortedStructList(); ((CClassTreeHandler *)treeH)->addGlobalStructs( structList, item ); + item->sortChildItems(0,true); delete structList; = // Add global functions *************** void CClassView::refresh() *** 489,494 **** --- 491,497 ---- methodList =3D store->globalContainer.getSortedMethodList(); kdDebug() << "Got " << methodList->count() << " methods" << endl; ((CClassTreeHandler *)treeH)->addGlobalFunctions( methodList, item ); + item->sortChildItems(0,true); delete methodList; = // Add global variables *************** void CClassView::refresh() *** 496,501 **** --- 499,505 ---- item =3D treeH->addItem( i18n( "Variables" ), THFOLDER, globalsItem )= ; attributeList =3D store->globalContainer.getSortedAttributeList(); ((CClassTreeHandler *)treeH)->addGlobalVariables( attributeList, item ); + item->sortChildItems(0,true); delete attributeList; = treeH->setLastItem( item ); -- = August H=F6randl august.hoerandl@gmx.at Alle Rechtschreibfehler ohne Gew=E4hr. Alle Rechte vorbehalten, einschlie=DFlich die der Verfilmung und =DCbersetzung. Nicht zum Verzehr geeignet. _______________________________________________ Kdevelop-devel mailing list Kdevelop-devel@barney.cs.uni-potsdam.de http://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel