* multiple code pane tabs - cool
* multi-selection is cool (but I need to trial how it works out in practice)
* automatic selection of items similar to last selection - I've been
meaning to ask this for Nautilus for a while.
* pinning modified pane code panes is a nice approach. It would be
nice to pin any pane.
* packages pane - it would be nice for the test-result-icon to appear
on left like the other panes. The folder icon would seem reasonable
place to substitute.
Nice feature to show variables in the protocol pane and references in
the method list pane.�� But it says "Class variables" while these are
"Instance Variables"
Now I wonder if we can do without the Methods/Vars buttons by having
the following top level tree items. Also as a newbie before developing
the instinct to *know* which instance/class-side I was on, I got burnt
a few times following tutorials accidentally putting methods on the
wrong side.�� It would be interesting to try deprecating the
Inst-Side/Class-Side buttons, and have something like the following
items...
+ instance-side methods
�� �� - accessing
�� �� - initialization
�� �� - extensions
�� �� �� ��- GT-InspectorExtensions
+ class-side methods
�� �� - instance creation
�� �� - extensions
+ variables
�� �� - instance variables
�� �� - class variables
�� �� - class instance variables
The "inherited methods" tree-item might be better as a pull down menu
at the bottom of the pane, level with "Filter..." since visually it is
confusing seeming that protocols like "accessing" are a sub-item of
"inherited methods".