A new version of Tools was added to project The Inbox:
http://source.squeak.org/inbox/Tools-tcj.801.mcz==================== Summary ====================
Name: Tools-tcj.801
Author: tcj
Time: 14 March 2018, 9:23:29.964076 pm
UUID: a2b6925f-cc1b-41ed-a14d-b2341f1eb942
Ancestors: Tools-eem.800
Remove deprecated method from MethodFinder's list of sent messages.
Fix typo in InspectorBrowser class comment.
=============== Diff against Tools-eem.800 ===============
Item was changed:
Inspector subclass: #InspectorBrowser
instanceVariableNames: 'fieldList msgList msgListIndex'
classVariableNames: ''
poolDictionaries: ''
category: 'Tools-Inspector'!
+ !InspectorBrowser commentStamp: 'tcj 3/12/2018 07:55' prior: 0!
+ I am an inspector that also shows all messages the inspected objects can understand. I combine inspector and code browser.
- !InspectorBrowser commentStamp: 'mt 4/12/2016 17:29' prior: 0!
- I am an inspector that also shows all messages the inspected objects can understand. I combine inspetor and code browser.
InspectorBrowser openOn: Smalltalk!
Item was changed:
----- Method: MethodFinder>>initialize (in category 'initialize') -----
(excessive size, no diff calculated)