This is an old revision of the document!
Auto complete in Search Dialog
There is an auto-complete feature in find and replace fields of the Search Dialog: if you have already searched for value with typed prefix, this value will be automatically suggested/inserted into corresponding field.
While there are controversial opinions about such feature: some request it as very useful, others think it is annoying, it was decided to make auto complete behavior optional.
Because this is very tiny adjustment, this flag will not come in UI options, but can be changed in XML settings directly.
In file settings.xml:
<Dialogs> <SearchAutoComplete>false</SearchAutoComplete> </Dialogs>
default value for search auto-completion is true (default values are skipped in xml files).
This flag available from 1.50 version
#xml_option