Search found 5 matches

by doc6502
Wed Aug 03, 2005 7:10 pm
Forum: General
Topic: Find linefeed (hex 0A) by itself - not next to carriage retu
Replies: 3
Views: 418

I'm sure there's a way to do it with regex, but I'm terrible with those.

I'd just change '\0a0d' to something unrecognizable like '\0e0f' and then change the remaining solo '\0a' entries to whatever, and then change '\0e0f' back to '\0a0d'.
by doc6502
Tue Aug 02, 2005 3:49 pm
Forum: General
Topic: How to automatically load an FTPed file?
Replies: 5
Views: 564

Sorry, guys-- not quite what I'm looking for: I suppose you have a batch file that does the ftp-ing? If so, you could add "Start c:\path\to\textpad.exe <filename>" to the end, I guess. You'd probably want to uncheck "Configure -> Preferences -> General -> Allow Multiple Instances to Run" This will ...
by doc6502
Mon Aug 01, 2005 8:01 pm
Forum: General
Topic: How to automatically load an FTPed file?
Replies: 5
Views: 564

How to automatically load an FTPed file?

All Just trying out some new ideas for editing files on remote systems, and I'd like to be able to do the following: 1. Start TextPad 2. Do FTP get, transferring a text file. This would be invoked from inside TextPad, file through a Ctrl Key configured through the Tools Menu. 3. Have TextPad ...
by doc6502
Fri May 23, 2003 2:45 pm
Forum: Enhancement Suggestions
Topic: Autoload Feature (Programmable Macros???)
Replies: 1
Views: 669

Autoload Feature (Programmable Macros???)

Hi I posted this as a "Can you do this?" question, and I was told I couldn't, so I'm submitting it as an Enhancement Request. Here's the situation: I use TextPad as an offline editor for (primairly AS/400) source. I've written a short Perl script that allows me to download source from the 400 via ...
by doc6502
Wed May 21, 2003 5:48 pm
Forum: General
Topic: Auto load of downloaded source
Replies: 2
Views: 374

Auto load of downloaded source

Hi All Perhaps this has been covered in a previous post, but I can't find anything in the archives. I have a Perl script that creates an FTP script that transfers source from a server (in this case, an AS/400) to my PC. What I'd like to do is to configure TextPad so: 1. While TP is running, run a ...