| Summary: | Wrong file opened when double clicking on CMake error in outputview | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Alex Richardson <arichardson.kde> |
| Component: | Output Views | Assignee: | kdevelop-bugs-null |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | kfunk |
| Priority: | NOR | Keywords: | junior-jobs |
| Version First Reported In: | git master | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Alex Richardson
2016-03-22 14:42:40 UTC
It's handled in `OutputModel::activate`. We have a bug report about this issue already, if I'm not mistaken. Nevertheless: We should never open non-existing files when clicking lines in the outputview, that's indeed an issue. Ah, related to https://bugs.kde.org/show_bug.cgi?id=321982. Though this one is about "not opening the correct file", which is basically just a WONTFIX in CMake land. The error output of CMake is just too vague -- no full paths, etc... *** This bug has been marked as a duplicate of bug 321982 *** |