Viewing a sub object's code
Some applications contain sub objects managed by a parent object (methods/constructors etc.). This is the case for the Java Class Author in the following example:
When you select a sub object and want to view its code, the Code Viewer will display the parent object's code and mark (in bold) the section that refers to the sub object.
In addition, the Code Viewer will automatically display the section of code required - there's no need to scroll to the section manually.
For example:
The required code is marked in bold and other non-relevant code (the parent object's code) is displayed in light gray.