Jump to content
Ian Branch

Where to turn off 'Whole words' searching?

Recommended Posts

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

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

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

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 by Ian Branch

Share this post


Link to post

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 by programmerdelphi2k

Share this post


Link to post
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

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

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×