|
From: SourceForge.net <no...@so...> - 2008-07-09 21:57:55
|
Bugs item #2014542, was opened at 2008-07-09 16:57 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2014542&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Definitions (source editor) Group: None Status: Open Resolution: None Priority: 8 Private: No Submitted By: Dan Smith (dlsmith) Assigned to: Nobody/Anonymous (nobody) Summary: "Find Next" won't respect cursor moves Initial Comment: The typical expected behavior of "Find Next" was broken recently: when repeated "Find Next" invocations occur, the location of the previously-found item is used as a starting point for the next invocation, even when the user moves the cursor in between invocations. For example, given the following file contents: mad sad bad fad Searching for "ad" three times will jump to "mad", then "sad", then "bad". If I then click before "mad", the next time I hit "Find Next" I expect the cursor to jump to "mad", but instead it jumps to "fad". It even seems to remember the last location after changing the search contents! For example, in the above file, search for "ad" twice (selecting "mad", then "sad"); then click on "mad" and search for "cat"; then search for "ad" again. The cursor will select "bad". ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2014542&group_id=44253 |