Search found 5 matches

by hallyhaa
Fri Jun 11, 2004 7:40 pm
Forum: General
Topic: Undo and redo buffers
Replies: 8
Views: 1507

OK, I could undo and redo with the abc/def/etc example. So this behaviour seems to be... every now and then. Hm.

HY
by hallyhaa
Fri Jun 11, 2004 10:15 am
Forum: General
Topic: Undo and redo buffers
Replies: 8
Views: 1507

Undo and redo buffers

Hi

I have unchecked "clear undo buffer when saving" in the preferences, but it seems that the redo buffer is cleared when I save. Is this me or TextPad doing something wrong?

HY
by hallyhaa
Tue May 11, 2004 7:50 am
Forum: General
Topic: Whole words when searching
Replies: 6
Views: 1021

No, Kengrubb, not exactly. What I want is for TextPad's search box to treat this-is-one-single-word as one entire word when the currently used document class defines '-' as part of words. It shouldn't be the texpad user's job to figure out a regexp.

That said, I'm sure your regexp works just fine ...
by hallyhaa
Tue Mar 23, 2004 10:57 am
Forum: General
Topic: Whole words when searching
Replies: 6
Views: 1021

Yes, but then I wont find occurances like
"one"
one.
one,
one/

etc...

HY
by hallyhaa
Tue Mar 23, 2004 10:29 am
Forum: General
Topic: Whole words when searching
Replies: 6
Views: 1021

Whole words when searching

Hello

I have the '-' character as part of words in my rebol document class. Double clicking on words correctly selects e.g. this-is-one-single-word.

But when I search for, say, 'one', and I check 'Match whole words', TextPad will find 'one' in this-is- one -single-word.

Is there a way to avoid ...