
If I am searching for text in a 'down' direction and the text only exists prior to the current location SyntaxEditor says that the string is not found. But if I simply repeat the Find it then finds first occurrance of the string in the file.
This only occurs if I have previously searched/found the string.
The first time I use Find it wraps as expected and only reports Not Found if the string does not exist anywhere in the file.
This is inconsistant.
Is there an option to tell the editor to wrap around and continue searching until it gets back to the original location before it says that the string does not exist - in all cases.
I have developed some logic that seems to handle all cases by issuing a second Find if the found count is zero and it did not pass the end of file ... but it is rather convoluted, so a 'Wrap' option would be much better.
Thanks
Mike