Feature Request: Sort search results based on criteria ...
-
I’m lovin’ Notepad++ extensively for coding and searching code within countless lines of code. Is there a way to sort search results based on other text criteria? For example, I search for a class element (myclass), then I need to sort to the top of the results list all the lines of code that contain myclass AND another text sequence such as .on . Ofcourse, double-clicking on those sorted lines of code would pop open the corresponding javascript/html page. Any way to achieve this in current Notepad++ version? Awesome tool indeed!
-
Any way to achieve this in current Notepad++ version?
Unfortunattely, no, but would be a nice enhancement, indeed.
Cheers
Claudia -
I do a similar thing, by copying the search output to a new file and then searching just those lines.
-
@Tim-Jarrett said:
copying the search output to a new file
In that case the LineFilter2 plugin might be of some assistance…