Bug 58194

Summary: clicking message in compiler output focuses wrong file if filenames end the same
Product: [Applications] kdevelop Reporter: Vadim Berezniker <vadim>
Component: Output ViewsAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 3.0.0a4   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:

Description Vadim Berezniker 2003-05-07 02:47:44 UTC
Version:           3.0a4 (using KDE KDE 3.1.1a)
Installed from:    Gentoo Packages
Compiler:          gcc 3.2.2 
OS:          Linux

Take a project that has two files, where one name is a substring of another, like this_is_main.c and main.c for example.
Compile the project and get an error/warning in main.c
Click on the error/warning and instead of focusing main.c, this_is_main.c is focused.
Comment 1 Harald Fernengel 2003-06-06 18:53:17 UTC
Fixed in CVS, thanks for reporting.