From kdevelop-bugs Fri Nov 24 02:15:23 2006 From: Dario Vecchio Date: Fri, 24 Nov 2006 02:15:23 +0000 To: kdevelop-bugs Subject: [Bug 137802] New: Jump to error (from the ouput "Messages" window) Message-Id: <20061124031521.137802.dariovecchio () tiscali ! it> X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=118306959011065 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=137802 Summary: Jump to error (from the ouput "Messages" window) can open the wrong file Product: kdevelop Version: unspecified Platform: Fedora RPMs OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: dariovecchio tiscali it Version: svn rev 607305 (using KDE KDE 3.5.1) Installed from: Fedora RPMs Compiler: gcc 4.1.0 OS: Linux QMake QT4 project. I have a project with 2 subprojects containing a .cpp file with the same name. Compile the first subproject (with a syntax error), click on the error and jump to the correct file (only if in qmake manager the first subproject is selected). Select the second project in qmake manager, clik on the error: jump to the wrong file. It seems that the "active" subproject is driving the jump command and no path info is present in the output list item.