Re: colouring line by line ?
Bert Wesarg <bert.wesarg-gM/[email protected]>
| Newsgroups | gmane.editors.nedit.user |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Jun 23, 2009 at 09:49, Jenô Balaskó<[email protected]> 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 - [email protected] > http://www.nedit.org/mailman/listinfo/discuss > -- NEdit Discuss mailing list - [email protected] http://www.nedit.org/mailman/listinfo/discuss