Search found 27 matches

by Kevin
Thu Jan 24, 2008 8:27 pm
Forum: General
Topic: Can't get rid of these messages when opening TP
Replies: 1
Views: 308

This does not occur using XP, only when using Win2K SP4.
by Kevin
Thu Jan 17, 2008 9:49 pm
Forum: General
Topic: Can't get rid of these messages when opening TP
Replies: 1
Views: 308

Can't get rid of these messages when opening TP

I'm getting these two messages when opening TP:


Image
Image


They always return next time I open TP regardless if I click yes or no.
What can I do to get rid of them?
by Kevin
Fri Aug 24, 2007 12:45 pm
Forum: General
Topic: clipboard history
Replies: 0
Views: 737

clipboard history

Is there a way to insert a clipboard history entry into an External Tools program parameter box? Right clicking the entry to insert it only puts the entry at the cursor position of the active document. I have several filename paths as an entry that I want to paste into my Perl parameter box just ...
by Kevin
Tue Aug 14, 2007 2:48 pm
Forum: General
Topic: textpad.dmp
Replies: 0
Views: 892

textpad.dmp

I am using Perl heavily in TextPad. Quite often it closes on me and asks if I want to save the TextPad.dmp file. I did and sent it to support@textpad.com as requested. That was on Sat, Aug 11. I have had no response since then. Where else should I sent this file?
by Kevin
Mon Mar 12, 2007 1:52 pm
Forum: General
Topic: arranging windows
Replies: 3
Views: 867

arranging windows

With two documents open, the arrange horizontally and arrange vertically toolbar buttons are not enabled. What's wrong?
by Kevin
Fri Sep 08, 2006 4:57 pm
Forum: General
Topic: grep results not jumping back
Replies: 4
Views: 689

Thanks Mud. Works great now.
by Kevin
Thu Sep 07, 2006 7:48 pm
Forum: General
Topic: grep results not jumping back
Replies: 4
Views: 689

I changed the regex to match to:

Code: Select all

^[0-9]+:
And now my output looks like:

Code: Select all

2:whatever
6:whatever
10:whatever
14:whatever
It will jump back only to the first line of the source, not to the double clicked line. :?:
by Kevin
Thu Sep 07, 2006 4:34 pm
Forum: General
Topic: grep results not jumping back
Replies: 4
Views: 689

grep results not jumping back

I have set up grep to find all locations of a selected word like this:

[x] use POSIX regex syntax
[x] Capture Output

regex to match output ^\([[:digit:]]+\):
File is blank, Line is 1, Column is blank

These settings will capture what I am grepping for in a Command Results window without any ...
by Kevin
Tue Mar 22, 2005 6:20 pm
Forum: General
Topic: remove lines without :
Replies: 6
Views: 1032

Code: Select all

^[^:]*\n
Works for a single character. How do I do this for multiple characters?
by Kevin
Fri Sep 03, 2004 4:46 pm
Forum: General
Topic: Synchronized scrolling broken for big files?
Replies: 1
Views: 201

I had (and still do) this problem last year.

http://www.textpad.com/forum/viewtopic. ... highlight=
by Kevin
Thu Aug 12, 2004 9:26 pm
Forum: General
Topic: Search problem
Replies: 12
Views: 2065

How about adding the words to a syntax definition file? The words may not be marked (do you mean bookmarked?) but at least they would be color coded.
by Kevin
Mon Mar 01, 2004 3:22 pm
Forum: General
Topic: DDE messages
Replies: 1
Views: 303

DDE messages

Could someone explain what DDE messages are and how they relate to TextPad? Thanks.
by Kevin
Tue Feb 24, 2004 3:03 pm
Forum: General
Topic: next version
Replies: 1
Views: 368

next version

Any news regarding the next release? Anybody?
by Kevin
Tue Dec 16, 2003 8:49 pm
Forum: General
Topic: multiple pages printed on one sheet
Replies: 3
Views: 472

Turns out that the actually printing of more than one page per sheet works just fine, only the page preview doesn't show it.
by Kevin
Tue Dec 16, 2003 4:33 pm
Forum: General
Topic: multiple pages printed on one sheet
Replies: 3
Views: 472

multiple pages printed on one sheet

Is it possible (if so, how?) to print more than one page per sheet with TextPad? Or is my printer driver responsible for this?
The printer properties button in Page Setup provides access to changing the number of sheets printed per page, but print preview will only display one page per sheet.

Any ...