Mark line in all files
-
Hi guys,
Is there a way to mark lines in all open files that contain a certain text?
For example i have 56 files open, all short HTML docs and want to mark all lines containing <img… as they are no longer needed, and each file contains two lines.
It marks the first line, but not in every open file.
Thanks
-
I’m afraid but, afaik, there is nothing builtin.
The only way I see currently is to use one of the
scripting language plugins and mimic the
builtin marking features or by making a feature request
and hoping someone picks up and does implement it soon. -
@Gary-Smith said in Mark line in all files:
i have 56 files open…and want to mark all lines containing… as they are no longer needed…
If the lines are no longer needed, why not craft a regular expression replacement that will do a deletion through use of Replace In Files ?
-
Tanks Alan, that was a great suggestion.
With each line being a hyperlink it got a bit messy in the end but managed to comment out each line so it no longer appeared :)
Thanks again