[View] [Edit] [Lock] [References] [Attachments] [History] [Home] [Changes] [Search] [Help]
[coco8] U8InspectorViewController
A mobile version of a classic Smalltalk inspector (using an object/selector metaphor) that shows the details of an instance.
You can open it
- by sending the message #inspect to an object
- by action inspectIt (Action Menu in every code pane) when selecting any expression.
- by open an Inspector on an Object (S8 Object or javaScript object)
U8InspectorViewController openOn: anObject
Inspector look
- Tapping a field, a new inspector will be opened on the field object
Tapping a Field with a LongPress gesture, shows its contents in a Workspace
Action Menu
There is an Action Menu tapping the icon at top-right
Action Menu Options
Open a workspace with the inspectedObject as the evaluationContext
Open a U8ClassBrowser on the class of the inspectedObject
Save the inspectedObject in a a Global (Prompt the user tu get the name of the global)
Open this page in the device default web browser
[Todo] Nice to have