Since it is very common operation it would be nice to have a button to jump to the next error on the toolbar of the Build window. Having this it would be also easier for the user to quickly find the shortcut used for this operation.
Makes sense.
Git commit 5845a0ddd4bb6749a9d01a95b5417d43225e817f by Milian Wolff, on behalf of Todd Nowacki. Committed on 17/02/2014 at 21:07. Pushed by mwolff into branch 'master'. Add buttons to jump to next/prev outputmark in an outputwidget. I added buttons to all output widgets instead of the one for the build tool view; we can easily restrict this to a certain type of view if we want to. The only problem with the buttons is that they are enabled even if there are no outputmarks to jump to. At the time of creating this diff, I did not see an easy way to find the number of outputmark. REVIEW: 115600 M +8 -0 plugins/standardoutputview/outputwidget.cpp M +2 -0 plugins/standardoutputview/outputwidget.h M +2 -0 plugins/standardoutputview/standardoutputview.cpp http://commits.kde.org/kdevplatform/5845a0ddd4bb6749a9d01a95b5417d43225e817f
Thanks! I am looking forward to trying it out.