FIXED: Problem in Win11

Report issues, odd behaviors or submit a detailed bug report.
Post Reply
Bookbuff
Posts: 20
Joined: 17 Apr 2014 21:11

FIXED: Problem in Win11

Post by Bookbuff »

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]+|\[[^\[\]]+[\[\]]|{[^{}]+[{}]|\([^\(\)]+[\(\)]|“[^“”]+[“”]", but instead of searching sequentially as in the past, it now finds the first occurrence and then only repeats that particular occurrence. For example, If it finds a capital C, the next find only searches for a capital C ignoring the rest of the search expression. I've used the multiple search expression for several years with win10 and cannot identify why it's not working now.
Bookbuff
Posts: 20
Joined: 17 Apr 2014 21:11

Re: Problem in Win11

Post by Bookbuff »

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 class="width5em"><i>) the search finds the first tag, and then the third tag, but skips the second tag. I can't find any configuration option that would cause this pattern. This behavior did not occur before moving to Win11.
User avatar
Rickard Johansson
Site Admin
Posts: 6884
Joined: 19 Jul 2006 14:29

Re: Problem in Win11

Post by Rickard Johansson »

Should work in v16.54. Thanks!
Bookbuff
Posts: 20
Joined: 17 Apr 2014 21:11

Re: FIXED: Problem in Win11

Post by Bookbuff »

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 New Year.
User avatar
Rickard Johansson
Site Admin
Posts: 6884
Joined: 19 Jul 2006 14:29

Re: FIXED: Problem in Win11

Post by Rickard Johansson »

Fixed in next release (v16.55). Thanks!
Post Reply