Bug 58194 - clicking message in compiler output focuses wrong file if filenames end the same
Summary: clicking message in compiler output focuses wrong file if filenames end the same
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: Output Views (show other bugs)
Version: 3.0.0a4
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-07 02:47 UTC by Vadim Berezniker
Modified: 2003-07-13 15:28 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.