Using the Quick Inspect Toolbar

The JADE development environment provides the quick inspector toolbar, which:

The JADE development environment main toolbar provides a context (popup) menu that contains the Show Quick Inspect Toolbar command, which is checked by default. This command is also provided in the development environment View menu. It toggles (hides or shows) the display of the quick inspect toolbar and updates the value of the Show Quick Inspect Toolbar check box on the Window sheet of the Preferences dialog, which contains the:

Use the Ctrl+Alt+I shortcut keys to set focus to the search combo box when the quick inspect toolbar is docked or to the search text box on the Quick Inspect form when the quick inspect toolbar is floating.

If text is selected in more than one editor pane, the latest selected text is pasted into the corresponding search control. If multiple lines are selected, it is cut off at the first CrLf end‑of‑line sequence.

The Object class and Collection class inspect and inspectModal methods or the allowedToInspect security filter method called on a class enable you to define security to specify users who can inspect class instances in a deployed (run time) database.

See also "Development Function Security Hook", in Chapter 2 of the JADE Object Manager Guide.

The development environment Schema Inspector dialog:

The above list applies only to the development environment Schema Inspector dialog; not to the production Schema Collection Inspector form (that is, the Schema Inspector dialog started from the JadeSchemaInspector application in the JadeMonitorSchema).

The dock or float status and the floating size and position of the Quick Inspect form are saved if you have set your Save Windows user preference to true (that is, you have checked the Save Windows check box on the Exit sheet of the Preferences dialog). When you next initiate the JADE development environment, the quick inspect toolbar status is restored.

2020.0.01 and higher