book marking all lines of matched text. How?
Posted: Mon Dec 25, 2006 4:41 pm
I constructed an RE to find:
===============================================
%DETECTED FAULTS:
OPEN: FL1P2P1
===============================================
$
^ *=*\n^ *%[a-z0-9: $]*\n^ *[a-z0-9: $]*\n^ *=*\n^ *\$
It works just fine.
All lines are highlighted as expected. BUT only the first line is bookmarked. I need all lines bookmarked so when I do Mark All, Invert Bookmarks, Remove book marked lines I can see all finds.
I want all finds and all lines of all finds so I can scan (eyes!) for errors. Does anyone know of a way
===============================================
%DETECTED FAULTS:
OPEN: FL1P2P1
===============================================
$
^ *=*\n^ *%[a-z0-9: $]*\n^ *[a-z0-9: $]*\n^ *=*\n^ *\$
It works just fine.
All lines are highlighted as expected. BUT only the first line is bookmarked. I need all lines bookmarked so when I do Mark All, Invert Bookmarks, Remove book marked lines I can see all finds.
I want all finds and all lines of all finds so I can scan (eyes!) for errors. Does anyone know of a way