Add a small button which jumps to the first error in the output. Reproducible: Always
That'd be indeed useful. (Also note you can already jump to next / previous error with F4 / Shift+F4 resp.)
Hint: Check code at kdevplatform.git:plugins/problemreporter/ -- patches welcome! Marked as junior job.
This has been implemented. Commit: [GCI] Add buttons "jump to first (last) item" to standardoutputview/outputwidget. BUG: 338153 Test Plan: Tested with cmake warnings (works fine) and c++ build errors (works fine). Reviewers: kfunk Reviewed By: kfunk Subscribers: kdevelop-devel Differential Revision: https://phabricator.kde.org/D750 modified: outputview/outputmodel.cpp
Git commit 8135b4fc1905c95e7b4c9781761cda4fb995d130 by Kevin Funk, on behalf of Mikhail Ivchenko. Committed on 25/01/2016 at 08:56. Pushed by kfunk into branch '5.0'. [GCI] Add buttons "jump to first (last) item" to standardoutputview/outputwidget. Test Plan: Tested with cmake warnings (works fine) and c++ build errors (works fine). Reviewers: kfunk Reviewed By: kfunk Subscribers: kdevelop-devel Differential Revision: https://phabricator.kde.org/D750 modified: outputview/outputmodel.cpp (cherry picked from commit f3bbf469f42cff6ccff07054036b3a88d1b9c26a) M +18 -0 outputview/ioutputviewmodel.h M +30 -0 outputview/outputmodel.cpp M +2 -0 outputview/outputmodel.h M +34 -4 plugins/standardoutputview/outputwidget.cpp M +7 -3 plugins/standardoutputview/outputwidget.h http://commits.kde.org/kdevplatform/8135b4fc1905c95e7b4c9781761cda4fb995d130