I use %eb to display a read-only file and use FIND_EDIT_STRING to locate the text, and highlight the line containing a user provided search string. If the string is there multiple times then on each occasion when the user activates 'Find' I simply advance to the line following the previous entry and perform the FIND_EDIT_STRING again. Works fine.
However (typically) it has been suggested that when FIND is carried out then immediately each line containing the given text should be highlighted / coloured in some way - rather than one at a time.
If I firstly scanned the whole file for the matches with the given string, stored the line numbers and then used %tc to colour lines in some way would this allow multiple lines in the file to be coloured?
Many Thanks
Bill