PackageDescription: Tools-Trippy Fix76SelectAll


Tools - Trippy Fix 7 6 Select All

Last published: September 9, 2008 by 'chaider'

Defines 0 Classes
Extends 1 Classes


Fix for VW 7.6 to use SelectAll (ctrl-a or toolbar button) directly after opening Trippy.

One of my work practices is to open an Inspector and press ctrl-a to select all instvars to get an overview of the object.
With the release 7.6 this does not work anymore. This patch fixes this bug.

The patch is an override of PartListAbstractInspector>>#postBuildWith: to set the focus to the #fieldList.
This might be better solved elsewhere... But it reduces the pain in almost all situations.

MIT licence