Registered Member
|
Howdy. A quick "I can't find it" question (and I did look through the manual). I often start working on a code base by fixing compiler warnings. Using Visual Studio, I can do one build to completion, then all the warnings show up in an "Error List" that I can click through and fix each in turn.
With KDevelop (4.7) I can make a build and click on the warnings that appear in the build log. But they are interspersed with other build output and thus less convenient. I know there is a "Problems" tool that shows things like "TODO" comments in the code. However, the build warnings/errors do not appear there. Is there a configuration I can change to make them appear? |
Global Moderator
|
No, build errors are never shown in the Problems toolview.
You can use the F4 / Shift+F4 (default) shortcuts to go to the next / previous build issue, though. That makes it easy to fix them one-by-one. You can also use the filter for the output view to filter out lines matching a particular pattern.
I'm working on the KDevelop IDE.
|
Registered users: Bing [Bot], daret, Google [Bot], Sogou [Bot]