[Setools] OmniBrowser Roadmap

Steven Elkins sgelkins at gmail.com
Mon Oct 23 08:24:13 UTC 2006


On 10/22/06, Colin Putney <cputney at wiresong.ca> wrote:

> In recent versions of OB, I've been gradually converting the
> functionality of Actors into what I'm calling Commands. (The code to
> date actually uses the name "services" but I'm about to do a grand
> renaming, as it's actually quite different from the services used in
> Squeak 3.9). To add a command, all you have to do is this:
>
>         - subclass OBCommand, and implement at least #label, #isActive, and
> #execute.
>         - add a method to a browser class with a selector that begins with
> 'svc' and returns your command class

How about 'cmd' instead (since you're changing to Commands)?


More information about the Setools mailing list