Hello CodeTyphon Team,
I'm having a very difficult time trying to find the option in the settings to turn off search wrapping. Where is it? What is it called?
What I want to do is to configure CodeTyphon so that it doesn't continue searching past the end of the text in the IDE (to stop it from wrapping back to the beginning).
To reproduce and describe exactly what I mean:
- start a new project
- go into the Source Editor
- press CTRL-F to search
- type "end" and click "Find" (the first instance of "end" will be in the TForm1 declaration.)
- press F3 to continue search (the second instance will be at the end of the source code where the final line is "end.")
- press F3 again, and it continues searching from the beginning again
So basically you can press F3 until the end of time, and it will continue going around in circles.
In my older CodeTyphon 5.9, when the search reached the final result, if you pressed F3 it would display a dialog box asking if you wanted to continue searching from the beginning.
Why is this option not available in CodeTphon 8.8? If the option is available, why is it impossible to find in the Settings --> Options menu?
Attached is a screenshot of CT 5.9 when search reaches the end of the code. I'm trying to get this exact same functionality in CT 8.8.
Please help.