Search found 11 matches
- Fri Apr 13, 2007 8:21 pm
- Forum: General
- Topic: TextPad 5.0.2 Aborts when Printing
- Replies: 4
- Views: 576
- Thu Apr 12, 2007 11:12 pm
- Forum: General
- Topic: TextPad 5.0.2 Aborts when Printing
- Replies: 4
- Views: 576
- Wed Apr 11, 2007 10:48 pm
- Forum: General
- Topic: TextPad 5.0.2 Aborts when Printing
- Replies: 4
- Views: 576
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 ...
- Fri Feb 23, 2007 9:32 pm
- Forum: General
- Topic: TextPad 4.7.3 Aborts when Printing
- Replies: 2
- Views: 247
- Mon Feb 19, 2007 8:57 pm
- Forum: General
- Topic: TextPad 4.7.3 Aborts when Printing
- Replies: 2
- Views: 247
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 ...
- Thu Sep 09, 2004 2:07 am
- Forum: General
- Topic: Strange problem with Perl scripts: How does TP launch tools?
- Replies: 6
- Views: 947
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 ...
- Wed Sep 08, 2004 5:40 pm
- Forum: General
- Topic: Strange problem with Perl scripts: How does TP launch tools?
- Replies: 6
- Views: 947
- Tue Sep 07, 2004 11:01 pm
- Forum: General
- Topic: Strange problem with Perl scripts: How does TP launch tools?
- Replies: 6
- Views: 947
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 ...
- Mon Sep 22, 2003 5:08 pm
- Forum: Enhancement Suggestions
- Topic: Perl syntax: recognize double-quotes in quote-like blocks
- Replies: 5
- Views: 1066
- Mon Sep 22, 2003 5:07 pm
- Forum: Enhancement Suggestions
- Topic: Perl syntax: recognize double-quotes in quote-like blocks
- Replies: 5
- Views: 1066
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 ...
- Sat Sep 20, 2003 12:43 am
- Forum: Enhancement Suggestions
- Topic: Perl syntax: recognize double-quotes in quote-like blocks
- Replies: 5
- Views: 1066
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 ...