Bug 338153 - add button "jump to first error"
Summary: add button "jump to first error"
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: Output Views (show other bugs)
Version: 4.5.2
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords: junior-jobs
Depends on:
Blocks:
 
Reported: 2014-08-09 15:43 UTC by Barade
Modified: 2016-01-25 09:06 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 5.0.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Barade 2014-08-09 15:43:45 UTC
Add a small button which jumps to the first error in the output.

Reproducible: Always
Comment 1 Kevin Funk 2016-01-04 23:33:44 UTC
That'd be indeed useful.

(Also note you can already jump to next / previous error with F4 / Shift+F4 resp.)
Comment 2 Kevin Funk 2016-01-04 23:35:24 UTC
Hint: Check code at kdevplatform.git:plugins/problemreporter/ -- patches welcome!

Marked as junior job.
Comment 3 Kevin Funk 2016-01-06 15:25:38 UTC
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
Comment 4 Kevin Funk 2016-01-25 08:57:00 UTC
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