Empty Find and Replace dropdown list
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
Empty Find and Replace dropdown list
How can I empty, or reset the Find or Replace list to nothing? I am using CCleaner, but TextPad temp files are not listed. Thanks in advance.
TextPad 8.16.0 64bit in English and TextPad 9.1.0 64bit in French, on two separate Windows installations
You can't do it from within TextPad, but you can clear the lists as follows:
- Exit TextPad.
- Open the following file in another text editor: C:\Documents and Settings\username\Application Data\Helios\TextPad\6\ConfigState.xml
- Locate the element:
Code: Select all
<TextPad> <Recent-Strings> <value name="Find" type="collection"> - Delete all the <element>string</element> elements in the above location.
- Do the same for:
Code: Select all
<TextPad> <Recent-Strings> <value name="Replace" type="collection"> - Save the file and restart TextPad.
Empty Find and Replace dropdown list
Thanks. However, this is somewhat accident prone. When does Textpad sets this to null or empty? Exiting and re-opening still retains the previous values.
TextPad 8.16.0 64bit in English and TextPad 9.1.0 64bit in French, on two separate Windows installations