Ian Branch 127 Posted March 19, 2023 Hi Team, I want to turn it off full time. I can't find any way/where to do that. Can I? Regards & TIA, Ian Share this post Link to post
programmerdelphi2k 237 Posted March 19, 2023 for sure, in Registry you can do it Quote [HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\22.0\Search] "Case Sensitive"="False" "Whole Words"="False" "Regular Expression"="False" "Search Forward"="False" "From Cursor"="False" "File Mask"="" "Include Sub Dirs"="True" "Global"="False" "Display results in separate tab in message view"="True" "Group results by file"="True" "Wrap Around"="True" "Search Directory"="C:\\RADStudio\\RX113" "AdvancedSearch"=dword:00000004 Share this post Link to post
Ian Branch 127 Posted March 19, 2023 Tks. Interestingly, it is False in the registry. And now the checkbox is off. Yet I had to turn it off yesterday and today. Strange. Share this post Link to post
Ian Branch 127 Posted March 19, 2023 (edited) I just restarted my PC, started Delphi, opened the project, did Ctrl-F and the checkbox is checked. Checking the registry, yes, it is True. Not persistent. 😞 unchecked the checkbox, saved the project, exited Delphi and reopned, checkbox checked Edited March 19, 2023 by Ian Branch Share this post Link to post
programmerdelphi2k 237 Posted March 20, 2023 (edited) for me, works on re-RUN IDE! = Pay attention = "False" // not false!! in last, try "backup" your C:\Users\<<USER WINDOWS>>\AppData\Roaming\Embarcadero and delete all (any problem you have a backup to restore) Edited March 20, 2023 by programmerdelphi2k Share this post Link to post
softtouch 9 Posted March 20, 2023 6 hours ago, Ian Branch said: I just restarted my PC, started Delphi, opened the project, did Ctrl-F and the checkbox is checked. Checking the registry, yes, it is True. Not persistent. 😞 unchecked the checkbox, saved the project, exited Delphi and reopned, checkbox checked Same annoying issue here. Every time I do a search, after starting the IDE, its checked again, even in the registry its false. Share this post Link to post
gkobler 38 Posted March 20, 2023 Registry: Works for me also in D11.3. But remeber: Close the IDE first, and then change the registry! The IDE will write in the Registry when its closing. Share this post Link to post
programmerdelphi2k 237 Posted March 20, 2023 and more, IDE always re-save many values on Registry and setup-files on Users\...Roaming\Embarcadero same that you dont change nothing. just compare using "Beyond Compare" Share this post Link to post
Ian Branch 127 Posted March 20, 2023 Hi Team, Thank you all for your inputs. Turning it off in the registry before starting Delphi has done the trik. Regards, Ian Share this post Link to post