Error on search - Standard search - find consecutive lines

Tool for Search and Replace across multiple files.
Post Reply
me_suzy
Posts: 20
Joined: Thu Jul 14, 2016 11:31 am

Error on search - Standard search - find consecutive lines

Post 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
User avatar
DigitalVolcano
Site Admin
Posts: 1717
Joined: Thu Jun 09, 2011 10:04 am

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

Post 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.
me_suzy
Posts: 20
Joined: Thu Jul 14, 2016 11:31 am

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

Post 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
me_suzy
Posts: 20
Joined: Thu Jul 14, 2016 11:31 am

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

Post 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...
Post Reply