You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently all classes in a namespace are displayed as a plain list. It would be much more convenient if the classes were displayed hierarchically, with the root classes in the hierarchy leftmost, and its subclasses indented to right (according to the inheritance level). Example:
Object
Behavior
ClassDescription
Class
Metaclass
It will require a protocol change, since currently no information about class relationships is transferred.
The text was updated successfully, but these errors were encountered:
Currently all classes in a namespace are displayed as a plain list. It would be much more convenient if the classes were displayed hierarchically, with the root classes in the hierarchy leftmost, and its subclasses indented to right (according to the inheritance level). Example:
It will require a protocol change, since currently no information about class relationships is transferred.
The text was updated successfully, but these errors were encountered: