colouring line by line ?
Bert Wesarg
bert.wesarg at googlemail.com
Tue Jun 23 10:51:06 CEST 2009
On Tue, Jun 23, 2009 at 09:49, Jenô Balaskó<jeno.balasko at ericsson.com> wrote:
> Hi,
>
> we developed a cource code coverage analyzer program. It lists for all file the coverage line by line.
> e.g foo.txt:1525:20 means line 1525 was used 20 times. It would be useful to read the file coloured according this result, e.g the not used lines would be grey, the very often used lines green.
> This is our business, I'm interested only if there is any support in nedit for this kind of problem.
You can use the RangeSets API, a convenient macro set may help you here:
http://nedit.hackvalue.nl/niki/index.php/RangesetMacroCollection
There is currently one little drawback: you can only highlight a line
till the \n character not till the window boundary, if I remember
correctly.
Bert
>
> Thanks in advance
> Attila Jeno Balasko
>
> --
> NEdit Discuss mailing list - Discuss at nedit.org
> http://www.nedit.org/mailman/listinfo/discuss
>
More information about the Discuss
mailing list