bookmark line
-
I would like to search in an open file a series of patterns that are written in another file and avoid searching for them one by one. Is there a way to search for all the patterns at the same time and highlight them with a line bookmark?
-
Sure. Use Regular expression search mode and separate search terms with
|
, e.g.apple|banana|orange|grape
. Use the Mark tab and checkmark the Bookmark line option.