Search found 6 matches
- Sun Jul 22, 2012 2:29 am
- Forum: General
- Topic: TextPad hangs for ~50 seconds before starting
- Replies: 20
- Views: 4387
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 ...
- Fri Sep 11, 2009 11:27 pm
- Forum: General
- Topic: multiple instances - inconsistent behavior from context menu
- Replies: 3
- Views: 537
- Thu Aug 20, 2009 3:28 pm
- Forum: General
- Topic: macro with context sensitive file save
- Replies: 2
- Views: 241
- Thu Aug 20, 2009 2:37 am
- Forum: General
- Topic: macro with context sensitive file save
- Replies: 2
- Views: 241
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 ...
- Wed Aug 19, 2009 9:21 pm
- Forum: General
- Topic: cannot close file with macro
- Replies: 1
- Views: 341
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 ...
- Wed Aug 19, 2009 2:13 am
- Forum: General
- Topic: Finding Text between multiple lines and within Desired Text
- Replies: 7
- Views: 1051
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 ...