> There now is a version 1.1 of eVwFinds which IMHO sufficiently
> meets the specs.
> I have a nice idea for a version 1.2: if it works it will be at the
> same place by the end of this week, without an addinional e-mail.
> http://www.xs4all.nl/~hyphen/tse/index.html
> Carlo
> -----Original Message-----
> Behalf Of Carlo Hogeveen
> Subject: [TSE] Re: Extension to the useful CompressView() function
> I made a quick first version of "eVwFinds":http://www.xs4all.nl/~hyphen/tse/index.html
> Alt-E isn't implemented yet, and it only works on the current file.
> Carlo
> -----Original Message-----
> From: semware@googlegroups.com [mailto:semware@googlegroups.com]On
> Behalf Of Why Tea
> Sent: donderdag 1 oktober 2009 3:08
> To: SemWare
> Subject: [TSE] Extension to the useful CompressView() function
> I use CompressView a lot. But when viewing log files, I often wish the
> Alt-E "Edit this list" can be extended to show n lines before and m
> line after the found text.
> For example:
> Paragraph 1
> with a bunch
> of junk
> xxx...
> Paragraph 2
> also with a bunch
> of junk
> yyy...
> Paragraph 3
> with even
> more junk
> zzz...
> This is what I would like the extended Alt-E to work:
> - alt-v and enter "bunch"
> - alt-e // pop-up box to ask user for n lines before and m lines after
> the found line
> // assume n=n and m=1, then the output will be:
> Paragraph 1
> with a bunch
> of junk
> Paragraph 2
> also with a bunch
> of junk
> Paragraph 3
> with even
> more junk
> Would anyone like to take up the challenge?
> Why Tea