Comment #4 on issue 3929 by
[hidden email]: Package Filter for MC
based repo browser
http://code.google.com/p/pharo/issues/detail?id=3929It's not perfect since you have to use CMD+S to set/accept the filter.
If you hit the ENTER key it just goes to the next line
(this is how usual TextMorph behaves, multiline mode)
I first wanted to make it similar to the filter in FileList, where you can
hit ENTER to accept the pattern (single line mode). This is a feature
PluggableTextMorph provides, see FileList>>morphicPatternPane for details.
Unfortunately this is not so easy to built into the MC tools since they use
specs.
Maybe someone has an idea...