Jan. 31, 2011
7:21 a.m.
The answer of 'Smalltalk tools' should be a tool registry instance.
The tool registry is a system-wide object where packages can register their tools. I don't remember all of the details, but the idea, when i implemented it was following:
- you registering your tool(s) by sending:
Smalltalk tools addTool: myTool verb: #myTool
would be good to have addTool: myTool named: #myTool kind: #codebrowser so that we can avoid to have one subclass per kind. Stef