Hi Roel,
the 3 things needed for an action to appear in SmallWiki 1 (see [1]
for an example):
1. Return a label of your action:
MyAction class>>title
^ 'My Action'
2. Register your action to the structures (or all) it should support:
MyAction class>>initialize
Structure withAllSubclasses do: [ :each |
each registerAction: self ]
3. Add your action to the template using the template editor.
Hope this helps.
Cheers,
Lukas
[1]
http://www.iam.unibe.ch/~scg/smallwiki/smallwiki.pdf, Page 38
--
Lukas Renggli
http://www.lukas-renggli.ch