Re: [PyKDE] Eric3: Code coverage.

2004-10-16 Thread Detlev Offenbach
Am Samstag, 16. Oktober 2004 13:27 schrieb Simon Edwards:
 Hello all,

 Can anyone explain how to use the code coverage tool in Eric3?

 TIA,

Just run your program with code coverage analysis and after it is finished 
view the collected data via the respective entry in the Show submenu of the 
project menu, the source browser or the editor context menu.

Detlev
-- 
Detlev Offenbach
[EMAIL PROTECTED]

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


Re: [PyKDE] Eric3: Code coverage.

2004-10-16 Thread Simon Edwards
On Saturday 16 October 2004 14:07, Detlev Offenbach wrote:
 Am Samstag, 16. Oktober 2004 13:27 schrieb Simon Edwards:
  Hello all,
 
  Can anyone explain how to use the code coverage tool in Eric3?
 
  TIA,
 
 Just run your program with code coverage analysis and after it is finished 
 view the collected data via the respective entry in the Show submenu of 
the 
 project menu, the source browser or the editor context menu.

Ok, I couldn't use the menu entry on the Project menu, but I see the context 
menu now. (Really, everything that is available on a context menu should also 
be available on a normal menu.)

Are there any plans to build the coverage results directly into the editor? 
cruising around the source with the coverage info right in with it would be 
awesome.

cheers,

-- 
Simon Edwards             | Guarddog Firewall
[EMAIL PROTECTED]       | http://www.simonzone.com/software/
Nijmegen, The Netherlands | ZooTV? You made the right choice.

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


Re: [PyKDE] Eric3: Code coverage.

2004-10-16 Thread Simon Edwards
On Saturday 16 October 2004 20:27, Detlev Offenbach wrote:
 This functionality is already there. In the Show coverage dialog open the 
 context menu and select Annotate. This produces a file with the 
 extension ,cover. This file has the lines marked with some characters 
telling 
 you the coverage status. You may open this file in the editor.

I would like to see this integrated with the original source using some kind 
of symbol in the left column just like the breakpoint and bookmarks, and not 
in a new file. THAT would be cool.

cheers,

-- 
Simon Edwards             | Guarddog Firewall
[EMAIL PROTECTED]       | http://www.simonzone.com/software/
Nijmegen, The Netherlands | ZooTV? You made the right choice.

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde