Overview
This package makes the following changes to the behaviour of the the variables view in a Class, System or Executable browsers.
- In addition to instance variables the list also shows class variables.
- Variables (class or instance) defined in the selected class are displayed in black. Variables defined in a superclass are displayed in a faded purple.
- When a method is selected variables used within that method are highlighted in bold.
- The existing behaviour of only displaying the methods referring to selected variables is maintained and extended to class variables.
