yari Documentation
Brought to you by:
remsy
Inspection of dialogs can be tricky since they usually are opened in a modal style. There are two posibilities to do the inspection anyway:
1. Since YARI 2.0.0 the key bindings work also in dialogs:
ctrl+alt+p: paints (using the "Paint!" command) all the widgets in the dialog using different colors
ctrl+alt+v: paints the control under the mouse cursor and its children in different colors
ctrl+alt+-: opens a swt inspector in a separate shell
2. Serge Beauchamp provides a solution in his blog which uses debugging stuff (for avoiding the modal style): http://sergebeauchamp.blogspot.com/2010_03_01_archive.html