Bug 68815 - Find next error and end of list
Summary: Find next error and end of list
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: Output Views (show other bugs)
Version: git master
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-22 22:26 UTC by Jon Smirl
Modified: 2003-11-24 18:04 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 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