i need two features in N++ and i don't know if they are not
implemented or if i just can't find it.
The search dialog has a button for searching all occurences of a pattern
in all files. The result is a list of findings in all files in a window below
the editor window.
Is it possible to get this result list just for the current file and not all
open files?
Is it possible to use extended regular expressions? I need at least
a method to search for several regular expressions at once in one
file. So i need the | operator of the extended regular expressions.
This doesn't seem to work yet.
Joerg
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
i need two features in N++ and i don't know if they are not
implemented or if i just can't find it.
The search dialog has a button for searching all occurences of a pattern
in all files. The result is a list of findings in all files in a window below
the editor window.
Is it possible to get this result list just for the current file and not all
open files?
Is it possible to use extended regular expressions? I need at least
a method to search for several regular expressions at once in one
file. So i need the | operator of the extended regular expressions.
This doesn't seem to work yet.
Joerg