Search found 11 matches

by AntiEntropy
Fri Apr 13, 2007 8:21 pm
Forum: General
Topic: TextPad 5.0.2 Aborts when Printing
Replies: 4
Views: 537

Well, okay, but none of the other programs that print have any problems. Why would that be?
by AntiEntropy
Thu Apr 12, 2007 11:12 pm
Forum: General
Topic: TextPad 5.0.2 Aborts when Printing
Replies: 4
Views: 537

It's a work computer; I don't have that ability. Also, it's shared on the network.
by AntiEntropy
Wed Apr 11, 2007 10:48 pm
Forum: General
Topic: TextPad 5.0.2 Aborts when Printing
Replies: 4
Views: 537

TextPad 5.0.2 Aborts when Printing

This has been a problem since 4.7.3. Nine times out of ten, when I try to print from TextPad, it aborts. The environment is Windows 2000 SP4. I get the message, "DBGHELP.DLL too old to create dump file" before TextPad terminates. I think the "tenth" time it doesn't abort is when there is only one ...
by AntiEntropy
Fri Feb 23, 2007 9:32 pm
Forum: General
Topic: TextPad 4.7.3 Aborts when Printing
Replies: 2
Views: 218

That's a good idea, thanks.

It doesn't even get to the "ask for a printer" window, it just aborts.
by AntiEntropy
Mon Feb 19, 2007 8:57 pm
Forum: General
Topic: TextPad 4.7.3 Aborts when Printing
Replies: 2
Views: 218

TextPad 4.7.3 Aborts when Printing

I'm running TextPad 4.7.3 on Windows 2000 SP4 (sorry, can't help it, it's work) and 9 times out of ten, when I try to print, TextPad aborts and I get that "had to shutdown the program" message. It's gotten so that I use Notepad to print (blech). Given that the last release was in 2004 I have a ...
by AntiEntropy
Thu Sep 09, 2004 2:07 am
Forum: General
Topic: Strange problem with Perl scripts: How does TP launch tools?
Replies: 6
Views: 885

I understand guys, I really do, and I appreciate the help. I tried the one-batch-file solution and it doesn't work for me. I'd have to pass in a different working directory for each file I work on which means changing all the scripts. These scripts are designed to work stand-alone and I was trying ...
by AntiEntropy
Wed Sep 08, 2004 5:40 pm
Forum: General
Topic: Strange problem with Perl scripts: How does TP launch tools?
Replies: 6
Views: 885

Thanks for your suggestion. It's certainly a good one, and one I tried, but too many of the scripts rely on the current directory being correct. And if I put all these batch files in the correct directory, how have I changed anything? I'm more interested in how, from a technical point of view ...
by AntiEntropy
Tue Sep 07, 2004 11:01 pm
Forum: General
Topic: Strange problem with Perl scripts: How does TP launch tools?
Replies: 6
Views: 885

Strange problem with Perl scripts: How does TP launch tools?

I have several Perl scripts that I use as tools in TP. They work fine like this: Command: c:\perl\bin\perl.exe Parameters: c:\path\to\script.pl -switch1 -switch2 $File My problem is that "\path\to\script" changes a lot, so I'm in Configure -> Preferences changing things all the time. I'm also trying ...
by AntiEntropy
Mon Sep 22, 2003 5:08 pm
Forum: Enhancement Suggestions
Topic: Perl syntax: recognize double-quotes in quote-like blocks
Replies: 5
Views: 959

csalsa wrote:Consider also voting in the poll:

Add support for Perl5/JavaScript regular expressions
I did, thanks.
by AntiEntropy
Mon Sep 22, 2003 5:07 pm
Forum: Enhancement Suggestions
Topic: Perl syntax: recognize double-quotes in quote-like blocks
Replies: 5
Views: 959

Did he miss this? http://www.textpad.com/forum/viewtopic.php?p=13013 I did, but not because I didn't look. I guess I misinterpretted this: Perl syntax highlighting is now handled by its own lexical scanner, to make it more robust in detecting when # starts a comment. This requires use of the new ...
by AntiEntropy
Sat Sep 20, 2003 12:43 am
Forum: Enhancement Suggestions
Topic: Perl syntax: recognize double-quotes in quote-like blocks
Replies: 5
Views: 959

Perl syntax: recognize double-quotes in quote-like blocks

Okay, that subject line is not easy to understand. Here's the problem: #!/usr/bin/perl -w $_= qq/"text with actual quotes"/; # Strip quotes s/^"//; s/"$//; See those double quotes in lines six and seven? The syntax highlighter thinks everything from the middle of line six to the middle of line seven ...