In the replacement string, I need to put the filename of the file being edited with and without extension. How do I do that?
Example:
If editing file1.txt, then the replacement string should be file1file1.txt.
If editing file2.txt, then the replacement string should be file2file2.txt.
While using TextPad, you could run a macro to Insert Filename, copy it to clipboard, and delete it. Then you could later paste it from the clipboard into WildEdit replacement field.