Search found 149 matches

by chrisjj
Tue Apr 15, 2008 12:05 pm
Forum: General
Topic: Regexp rejection
Replies: 8
Views: 490

? Would someone please add this to the bug list?

Please??
by chrisjj
Thu Apr 03, 2008 3:09 pm
Forum: General
Topic: Regexp rejection
Replies: 8
Views: 490

I meant a fix to TextPad. But I guess not.

Would someone please add this to the bug list? Thanks.
by chrisjj
Thu Apr 03, 2008 2:35 pm
Forum: General
Topic: Regexp rejection
Replies: 8
Views: 490

> TextPad's regular expression recogniser doesn't allow them to refer
> back over a newline.

So it seems. Is there a fix?
by chrisjj
Thu Apr 03, 2008 1:16 pm
Forum: General
Topic: Regexp rejection
Replies: 8
Views: 490

ben_josephs wrote:Where do TextPad's docs say that its regex recogniser recognises \d?
Whoops, sorry, my error - report now corrected. And fault still present.
by chrisjj
Thu Apr 03, 2008 11:13 am
Forum: General
Topic: Regexp rejection
Replies: 8
Views: 490

Regexp rejection

TextPad 5.2.0 Find what:
\([[:digit:]]*\)\n\1
(with '[X] Regular expression') says
Invalid regular expression
This behaviour fails to accord with the docs.

Is there a fix?
by chrisjj
Wed Feb 20, 2008 11:35 am
Forum: WildEdit
Topic: 600 expressions
Replies: 8
Views: 1646

Ho ho ;)
by chrisjj
Tue Feb 19, 2008 11:23 am
Forum: WildEdit
Topic: 600 expressions
Replies: 8
Views: 1646

I have a decent editor (not TextPad), thanks.

Can anyone suggest an alternative to WE that will directly accept 600 regexp-replacement pairs? Thanks.
by chrisjj
Tue Feb 19, 2008 10:09 am
Forum: WildEdit
Topic: 600 expressions
Replies: 8
Views: 1646

> Do you mean that if the first regular expression matches > then the first replacement expression should be used, and so on? Yup. > What you need is conditional expressions. Oh dear! > Of course, you'll need to use TextPad to create > your regular and replacement expressions... Why is TextPad needed?
by chrisjj
Mon Feb 18, 2008 11:05 pm
Forum: WildEdit
Topic: 600 expressions
Replies: 8
Views: 1646

> How are you going to apply the corresponding replacements correctly?

Put the 600 lines the "Replace with:"?
by chrisjj
Mon Feb 18, 2008 8:28 pm
Forum: WildEdit
Topic: 600 expressions
Replies: 8
Views: 1646

600 expressions

I have 600 one-line regexps and corresponding replacementpatterns which I need to apply to about 100 files. How to I do this? I seem unable to get Replace to recognise the 600 lines as separate expressions.

Thanks.
by chrisjj
Wed Oct 10, 2007 8:52 am
Forum: WildEdit
Topic: Collapsing to ASCII
Replies: 5
Views: 954

Excellent - thanks Ben.
by chrisjj
Tue Oct 09, 2007 11:49 pm
Forum: WildEdit
Topic: Collapsing to ASCII
Replies: 5
Views: 954

> Replace with: NOTHING

Thanks, but I need e.g.

>> á -> a, í -> i
by chrisjj
Tue Oct 09, 2007 10:56 pm
Forum: WildEdit
Topic: Collapsing to ASCII
Replies: 5
Views: 954

Collapsing to ASCII

I want to remove the diacritics from a few dozen characters e.g. á -> a, í -> i etc. in hundreds of files.

Is there any way I can do the set in one operation? I do not want to do one char at a time, every file being touched ones for every character replacement.

Thanks.
by chrisjj
Mon Oct 30, 2006 11:03 pm
Forum: General
Topic: Loss of paragraph mark on Paste to other apps
Replies: 9
Views: 501

Thanks!
by chrisjj
Sun Oct 29, 2006 1:31 pm
Forum: General
Topic: Loss of paragraph mark on Paste to other apps
Replies: 9
Views: 501

Thanks, Ben > Which part of this didn't work for you? None i.e. it all worked. Whereas to show my problem, I did this: 1 In Textpad, File | New, and enter aa[RETURN] 2 Edit | Select All, Edit | Copy 3 In Word, enter bb[RETURN] 4 Click between the b's, and Edit | Paste. What I expect is b aa b What I...