Bug 330206

Summary: Build window: add button for jumping to next error (shortcut F4)
Product: [Applications] kdevelop Reporter: Gregor Mi <codestruct>
Component: generalAssignee: kdevelop-bugs-null
Status: RESOLVED FIXED    
Severity: wishlist Keywords: junior-jobs, usability
Priority: NOR    
Version: 4.5.2   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Gregor Mi 2014-01-20 15:03:57 UTC
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.
Comment 1 Kevin Funk 2014-01-20 15:27:10 UTC
Makes sense.
Comment 2 Milian Wolff 2014-02-20 08:29:00 UTC
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
Comment 3 Gregor Mi 2014-02-20 17:50:26 UTC
Thanks! I am looking forward to trying it out.