Bug 38371

Summary: using the class tree to navigate source code does not work correct
Product: [Applications] kdevelop Reporter: nregnat
Component: kdevelop 2.x (obsolete)Assignee: KDevelop-Devel List <kdevelop-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description nregnat 2002-02-19 06:19:33 UTC
(*** This bug was imported into bugs.kde.org ***)

Package:           kdevelop
Version:           KDE 2.9.2 
Severity:          normal
Installed from:    Compiled From Sources
Compiler:          Not Specified
OS:                Linux
OS/Compiler notes: Not Specified

This bug also exists in kdevelop 2.0.2:
Using the class tree to jump to the definition of a method brings the cursor normally to this method. However if there are some lines inserted above the method you want to jump to kdevelop positions the cursor on the old place (where the method has been before). It seems that kdevelop does not search the method but only remembers the line number where it has been created. This is very annoying especially in big projekts. Furthermore this leads to a desaster if you try to delete some method with the delete method from the pop-up menu on right-clicking on a method in the class tree. 



(Submitted via bugs.kde.org)
Comment 1 Caleb Tennis 2002-10-09 21:59:02 UTC
Not an issue in Gideon (3.0).  I think this may be fixed in later 2.x releases 
as well, but I could be wrong.