IanH
IanH

Reputation: 131

Find in files does nothing

After the latest Windows 10 upgrade cleared all of my Textpad settings, I have been feeding them all back in again.

I assume there is something wrong with the overall command output settings...

Where do these commands actually run? Do they need a specific directory to use? Are there settings I could check?

I have version 7.6.3

Upvotes: 0

Views: 1327

Answers (1)

CgX
CgX

Reputation: 11

  • Quit TextPad
  • In the appdata directory, you have a GUIState-xxxx.xml file. Rename it to GUIState-xxxx-saved.xml or whatever you want.
  • Launch Textpad
  • Quit Textpad
  • A brand new GUIState-xxxx.xml file should appear.
  • Open it and look for the <DockingPane> node
  • Copy in clipboard the <Pane-4 ...> about the "Find in files" entry
  • Open your saved GUIState file and paste to replace the same entry in it.
  • Delete the brand new file and rename back your saved file to its original name
  • Launch Textpad

This should work ! (That's worked for me)

Upvotes: 1

Related Questions