Page 1 of 1

Error on search - Standard search - find consecutive lines

Posted: Tue May 10, 2022 3:16 pm
by me_suzy
I have this 2 lines to find out. It is a standard search. I try many combination: whole words, case sensitive, ignore whitespace, etc.

for a while he can't find more consecutive lines. It was possible before.

<p> </p>
<p class="den_articol">That's all folks.</p>



Image

Re: Error on search - Standard search - find consecutive lines

Posted: Tue May 10, 2022 4:06 pm
by DigitalVolcano
Are you sure the line ending types in your file match up to the editor? (e.g. cr/lf , cr etc). You can change the line ending types in the settings.

Re: Error on search - Standard search - find consecutive lines

Posted: Tue May 10, 2022 4:38 pm
by me_suzy
DigitalVolcano wrote: Tue May 10, 2022 4:06 pm Are you sure the line ending types in your file match up to the editor? (e.g. cr/lf , cr etc). You can change the line ending types in the settings.
yes, I am very sure. I've done this many times.

Yes, I find the solution. Thanks

Image

Re: Error on search - Standard search - find consecutive lines

Posted: Thu Jun 09, 2022 3:36 pm
by me_suzy
and yet, there is a problem. For example, I have this kind of text.

Code: Select all

                        <li>
                            <a href="https://website.com/feedback.html">
                                <span>FEED-BACK</span>
                            </a>
                        </li>
want to replace with:

Code: Select all

                        <li>
                            <a href="https://website.com/search.html">
                                <span>SEARCH</span>
                            </a>
                        </li>
                        <li>
                            <a href="https://website.com/feedback.html">
                                <span>FEED-BACK</span>
                            </a>
                        </li>
I change from options LF/CR/CRLF, and nothing works.

BUT, with an older version, such as version 3.1.0 it WORKS. So, I believe the new version have a bug...