Posted 19 years ago
by Boyd
-
Sr. Software Developer,
Patterson Consulting, LLC
I've noticed a small issue with the Incremental Search feature:
1) Open the Sample Editor with the C# code
2) Start an incremental search, and search for "public" (you should be on line 14)
3) Hit "Ctrl+I" to move to the next instance of "public" (you should now be on line 23)
4) Type a "Z" to extend your search to "publicZ". There is no match for "publicZ", so the selection does not change. You are still on line 23.
5) Hit backspace to remove the "Z" and refine your search.
At this point, Syntax Editor should remain on line 23 (the last valid match), but it jumps to the previous match at line 14.
Enjoy!
1) Open the Sample Editor with the C# code
2) Start an incremental search, and search for "public" (you should be on line 14)
3) Hit "Ctrl+I" to move to the next instance of "public" (you should now be on line 23)
4) Type a "Z" to extend your search to "publicZ". There is no match for "publicZ", so the selection does not change. You are still on line 23.
5) Hit backspace to remove the "Z" and refine your search.
At this point, Syntax Editor should remain on line 23 (the last valid match), but it jumps to the previous match at line 14.
Enjoy!