From: Bernard D. <bde...@us...> - 2018-11-08 12:51:03
|
- **status**: fixed --> closed - **Version**: 9.0 --> 9.0.1 - **Comment**: Thank you for catching this. It is fixed in proc [search::interactiveKeypress]. Changes committed to the repository ([rev. 1531](https://sourceforge.net/p/alphacocoa/code/1531/)). --- ** [tickets:#179] Backward incremental search does not exhaust current match** **Status:** closed **Created:** Sun Sep 02, 2018 01:18 PM UTC by Joachim Kock **Last Updated:** Thu Sep 20, 2018 10:33 AM UTC **Owner:** nobody Backward incremental search does not exhaust current match. In a file with the text abcde abcde abcde abcde abcde go to the end and search backwards (Ctrl-r) for abcde. The correct behaviour would be to find the last occurrence, but for each letter appended to the search string, the search skips backward to previous match, finding instead the first occurrence. --- Sent from sourceforge.net because alp...@li... is subscribed to https://sourceforge.net/p/alphacocoa/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/alphacocoa/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |