Bug 330206 - Build window: add button for jumping to next error (shortcut F4)
Summary: Build window: add button for jumping to next error (shortcut F4)
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: 4.5.2
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords: junior-jobs, usability
Depends on:
Blocks:
 
Reported: 2014-01-20 15:03 UTC by Gregor Mi
Modified: 2014-02-20 17:50 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.