Empty Find and Replace dropdown list

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
User avatar
ineuw
Posts: 191
Joined: Sun Mar 18, 2007 3:23 pm

Empty Find and Replace dropdown list

Post by ineuw »

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
ak47wong
Posts: 703
Joined: Tue Aug 12, 2003 9:37 am
Location: Sydney, Australia

Post by ak47wong »

You can't do it from within TextPad, but you can clear the lists as follows:
  1. Exit TextPad.
  2. Open the following file in another text editor: C:\Documents and Settings\username\Application Data\Helios\TextPad\6\ConfigState.xml
  3. Locate the element:

    Code: Select all

    <TextPad>
        <Recent-Strings>
            <value name="Find" type="collection">
  4. Delete all the <element>string</element> elements in the above location.
  5. Do the same for:

    Code: Select all

    <TextPad>
        <Recent-Strings>
            <value name="Replace" type="collection">
  6. Save the file and restart TextPad.
User avatar
ineuw
Posts: 191
Joined: Sun Mar 18, 2007 3:23 pm

Empty Find and Replace dropdown list

Post by ineuw »

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
Post Reply