xxtbg / fseye

Automatically exported from code.google.com/p/fseye
Apache License 2.0
0 stars 0 forks source link

Include fields, properties, and method from inherited base-class and explicit interfaces of a watch #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Only fields, properties, and methods (dependent on issues #2) directly on the 
instance of the class being watched are shown as children. Child members from 
inherited (not overridden) classes and explicit interface implementations 
(normal for F# classes, but not as normal for other .NET framework classes) 
should also be shown. Their names should be qualified by the base / interface 
name, but ordered by the (case-insensitive as usual) member name. Redundancy 
should be avoided within public / non-public divisions, resolving to the 
sub-most class / interface.

Original issue reported on code.google.com by stephen....@gmail.com on 19 May 2011 at 1:44

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 22 May 2011 at 3:29

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 8 Aug 2011 at 1:38

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 13 Apr 2012 at 6:17