Search found 6 matches

by JohnH
Sun Jul 22, 2012 2:29 am
Forum: General
Topic: TextPad hangs for ~50 seconds before starting
Replies: 20
Views: 3936

I also have this problem. The regedit fix is fast and works well if I'm opening one file from the context menu, but for two or more files it opens each in a separate window. The official TextPad context menu selection opens multiple files correctly in a single TexPad window, but it takes way too ...
by JohnH
Fri Sep 11, 2009 11:27 pm
Forum: General
Topic: multiple instances - inconsistent behavior from context menu
Replies: 3
Views: 499

Thank you Martina. I was having the same problem with multiple instances after ugrading to 5.3. Your fix solved it for me.
by JohnH
Thu Aug 20, 2009 3:28 pm
Forum: General
Topic: macro with context sensitive file save
Replies: 2
Views: 207

Thank you for confirming this, and for the AutoIt3 suggestion. I think I am just trying to do a task better suited to perl than TextPad. It's frustrating that TextPad is very close to solving this problem.
by JohnH
Thu Aug 20, 2009 2:37 am
Forum: General
Topic: macro with context sensitive file save
Replies: 2
Views: 207

macro with context sensitive file save

Is there a way to code a TextPad macro to save a file in which the filename is determined at the time of execution? I tried to write a macro that copies & pastes some selected text into the Save As File name box, but this doesn't work. TextPad appears to hardcode the filename when the macro is ...
by JohnH
Wed Aug 19, 2009 9:21 pm
Forum: General
Topic: cannot close file with macro
Replies: 1
Views: 316

cannot close file with macro

I can use a marco to open a new document, paste text into it, and save it, but the macro won't close the file. "File, Close" is greyed out when the macro is recording. Is there a way to do this, or a work around? This marco needs to create and save many files, but only needs two files open at a time ...
by JohnH
Wed Aug 19, 2009 2:13 am
Forum: General
Topic: Finding Text between multiple lines and within Desired Text
Replies: 7
Views: 989

Does TextPad 5.3 regex match text over multiple lines?

Yes, this has been discussed many times before. TextPad's aged regular expression engine is incapable of matching text containing an arbitrary number of newlines. If your input is not too long, you could change the newlines to something else, do your stuff, then change them back. Or you could ...