Ok this sounds like a good idea. So we should do that. Now I would like to have a clear comment in both classes and avoid duplicated code or functionality.
Stef > they are related but still a bit different. > a toolset provides an access to standard system tools like browser, > inspector debugger etc. > while UI manager provides an access to things like inform:, progress bars etc > > My proposal remains same as before. i proposed to unify this API and > use idioms like: > > Smalltalk tools browser openOn: aClass > > as well as > > Smalltalk ui inform: 'you banned' > > so, then we don't need to have a distinct classes, but instead a > roles, like 'tools' , 'ui', 'browser' which > should support corresponding protocol. > >> Stef >> > > > > -- > Best regards, > Igor Stasenko AKA sig. >
