Hi,
I am working a bit on some enhancements for Moose Finder:
- You can now extend it with new presentations by adding a method in
the Finder with a pragma like:
sourceTextIn: aComposite
<presentation: 10>
aComposite text
title: 'Source';
titleIcon: MenuIcons mooseSourceText;
display: [ :each | each mooseInterestingEntity sourceText ];
when: [ :input | (input mooseInterestingEntity class canUnderstand:
#sourceText)
and: [input mooseInterestingEntity sourceText notEmpty ] ]
- I added icons for the default presentations (see attached picture)
Cheers,
Doru
--
www.tudorgirba.com
"From an abstract enough point of view, any two things are similar."