Search found 103 matches

by Ed
Thu Apr 29, 2004 11:39 am
Forum: General
Topic: find dialog off visible desktop - how do I move back?
Replies: 2
Views: 96

F5 to select the find dialogue box
Alt-<space><return>
Then you can move the dialogue box using arrow keys
by Ed
Tue Apr 27, 2004 1:34 pm
Forum: General
Topic: Change Color of Linenumbers
Replies: 5
Views: 198

:( looks like a bug to me
by Ed
Wed Mar 24, 2004 4:46 pm
Forum: General
Topic: Inverting find in files search
Replies: 5
Views: 187

Unselect the "Binary files" box on the "Find in Files" dialogue window
by Ed
Mon Mar 22, 2004 4:49 pm
Forum: General
Topic: Compiler/RegExp Problem With Forward Slashes
Replies: 2
Views: 187

The short answer is no I don't think TextPad can handle this directly. But you could create a macro to save the document (to make it writable) substitute / with \\ and save then run a command tool which is Type $File this will put this into the command window from where you can jump. as described in...
by Ed
Thu Jan 29, 2004 9:28 am
Forum: General
Topic: Save Brings up Save As (again)
Replies: 7
Views: 225

Yes, I seem to recall that if you change the setting Config>Pref>File>overwrite...
the problem goes away. Or have I got that wrong?
by Ed
Wed Jan 28, 2004 1:47 pm
Forum: General
Topic: Save Brings up Save As (again)
Replies: 7
Views: 225

I think this dialogue usually indicates that a file is readonly. Of course, over a network it may indicate something more subtle like not having write privilege. - ...but no doubt you've been down this line.
by Ed
Wed Jan 14, 2004 1:24 pm
Forum: General
Topic: find and replace
Replies: 5
Views: 237

The basic technique for getting round the problem of reg expressions not coping with newlines is to convert all newlines to (say) ~. Do the substitution and then convert ~ to \n.
by Ed
Tue Jan 13, 2004 10:36 am
Forum: General
Topic: Extra blank line - is it a bug?
Replies: 16
Views: 964

:oops: Iwas using :oops: TP 4.7.1. I DO get the problem with v4.7.2
by Ed
Tue Jan 13, 2004 10:27 am
Forum: General
Topic: Reformat
Replies: 2
Views: 200

"Word break at column number" works fine for me.
Are you using TP v4.7.2?
Word wrap needs to be off.
by Ed
Tue Jan 13, 2004 9:58 am
Forum: General
Topic: Search/Replace where searched text can be anything
Replies: 7
Views: 384

regexp
^\(.*[0-9]+/[0-9]+/200[0-9] \)[^ ]+ [AP]M \(.*\)$
replace with
\1\2

nearly does it but you say
where the time stamp can literarlly be anything
What indicates the end of the time field?
by Ed
Sun Jan 11, 2004 4:25 pm
Forum: General
Topic: Extra blank line - is it a bug?
Replies: 16
Views: 964

Win2k SP4

I've tried several more times and have not been able to reproduce the problem. It was set to default as unix - but I've changed that
by Ed
Sat Jan 10, 2004 6:48 pm
Forum: General
Topic: Search/Replace where searched text can be anything
Replies: 7
Views: 384

Search for regexp ^\([0-9]+/[0-9]+/2004\).*$ replace with \1 Assumes non-Posix, no other characters on the line with the date, the date is at the left hand edge of the line and the year is always 2004. If these assumptions are wrong either try and figure it out or re-post with the correct assumption...
by Ed
Sat Jan 10, 2004 10:54 am
Forum: General
Topic: Extra blank line - is it a bug?
Replies: 16
Views: 964

I've repeated the steps with the options given but I get no blank line.
I'm using Windows 2000
by Ed
Tue Jan 06, 2004 2:53 pm
Forum: General
Topic: Syntax file color formatting
Replies: 2
Views: 302

You probably have [ in a word in the syntax file. This causes TextPad to consider [ as part of the word when highlighting I tried the syntax file you supplied with the text you supplied and it worked OK I then added a keyword nbvjuy[] - this caused it not to highlight Do you need [ in another keywor...
by Ed
Fri Dec 12, 2003 8:15 am
Forum: General
Topic: Is this a reg exp bug or is it just me?
Replies: 8
Views: 284

Well, I came in this morning to find a flurry of responses. Thank-you so much. I should point out that I don't actually need a solution to the regexp - but thanks anyway. But can someone tell me either is my original regexp wrong or is there a bug in the TP regexp code? From Bob's research I think t...