Search found 3 matches

by Bookbuff
16 Jan 2026 21:44
Forum: Bugs
Topic: FIXED: Problem in Win11
Replies: 4
Views: 16998

Re: FIXED: Problem in Win11

One problem. Your fix seems to work well except if the cursor is at the end of one line searching for multiple vertical or horizontal spaces "[\s\R]{2,}+". It still skips the initial \R. If I back the cursor up one space, the search works fine. Thank you for your hard work. Hope you have a Wonderful ...
by Bookbuff
15 Dec 2025 00:03
Forum: Bugs
Topic: FIXED: Problem in Win11
Replies: 4
Views: 16998

Re: Problem in Win11

I found part of the problem. Somehow the option "Use selected text with find next/previous" got toggled on. But one problem remains.

On searching next, the character following the last find appears to be ignored. If I'm searching for tags "<[^<>]+>" and I have multiple tags in a row (ex. <p><span ...
by Bookbuff
13 Dec 2025 21:51
Forum: Bugs
Topic: FIXED: Problem in Win11
Replies: 4
Views: 16998

FIXED: Problem in Win11

I just bought a new computer with Win11 Pro. I loaded the latest version of TextEd and copied over the configuration from my old computer. All my data shows up, but the program reacts differently. I have a regex for several searches separated by | ("<[^<>]+>|[A-Z ...