TraitOmniBrowser

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

TraitOmniBrowser

Damien Cassou-3
Philippe Marschall wrote :
 > For the n-th time:
 >
 > TraitsOmniBrowser (not the one in the image): that's what virtual
 > categories come from in the first place anyway.

squeak-dev image must include a trait aware browser, however, there are
problems with TraitOmniBrowser:

1) this is a new browser and not a modification of OB-Standard => each
change made to OB-Standard will never affect TraitOB (dynamic protocols
for example)

2) There is no entry in the open... menu

3) There is at least one big bug : go to TPureBehavior and select a
category.


I think it would be better to include functionalities of TraitOB into
OB-Standard (not in the same package to keep compatibility with previous
squeak versions).


Bye