Bug 68815

Summary: Find next error and end of list
Product: [Applications] kdevelop Reporter: Jon Smirl <jonsmirl>
Component: Output ViewsAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: git master   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Jon Smirl 2003-11-22 22:26:26 UTC
Version:           CVS (using KDE Devel)
Installed from:    Compiled sources

Walk though the error list until you get to the end.
now move the cursor somewhere else in the file.
Hit F4 to get back to the end of the list.
Nothing will happend.

Hitting F4 at the end of the list should at least take you back to the last error on the list. I think it would be even better if it wrapped and took you back to the start of the list.

I noticed this on a file with a single error. Since you are at both the begining and end of the list Find Next error doesn't work when there is a single error.
Comment 1 Alexander Dymo 2003-11-24 18:04:12 UTC
Subject: kdevelop/parts/outputviews

CVS commit by dymo: 

Find next and find previous error will restart the search from the beginning / end of the messages list if the error can't be found.
CCMAIL: 68815-done@bugs.kde.org


  M +66 -36    makewidget.cpp   1.98
  M +3 -0      makewidget.h   1.33