Search found 3 matches

by brodie
Tue Nov 06, 2007 2:15 am
Forum: General
Topic: disallow multiple instances still allows multiple instances
Replies: 2
Views: 441

disallow multiple instances still allows multiple instances

I have "allow multiple instances" disabled so that all files open in the same instance. When I run the following command (to open all .php files in the current tree), it issues very quickly many "textpad file.php" calls.

FOR /F "tokens=*" %G IN ('DIR /B /S *.php') DO textpad "%G"

If Textpad is ...
by brodie
Thu Apr 01, 2004 12:46 am
Forum: General
Topic: textpad won't open when debugging
Replies: 1
Views: 375

textpad won't open when debugging

Hi,

I'm experiencing a annoying problem with Textpad. When I have a VC.NET 2002 debugging session running, I can't start Textpad from explorer. This appears to happen when the program I am debugging has written files to the disk. The files that I try to open don't have anything to do with the ...
by brodie
Fri Apr 11, 2003 4:57 am
Forum: General
Topic: WISH: don't mung unicode text
Replies: 2
Views: 858

WISH: don't mung unicode text

I hate how I can't use Textpad to edit files which contain unicode text outside the current code page. The best possible solution would to have it become a real unicode editor, i.e. no codepages, and all unicode text is editable.

At the very least however, it would be good to be able to edit files ...