[Pharo-project] Issue 3929 in pharo: Package Filter for MC based repo browser
Status: Accepted Owner: Torsten....@astares.de Labels: Milestone-1.3 New issue 3929 by Torsten....@astares.de: Package Filter for MC based repo browser http://code.google.com/p/pharo/issues/detail?id=3929 This changeset adds a package filter to file based repository browser in Monticello. This makes it easier to find something in large repos like PharoInbox, ... Attachments: PackageFilterForMCFileRepositories.1.cs 2.1 KB packageFilter.png 17.2 KB
Updates: Status: FixProposed Comment #1 on issue 3929 by Torsten....@astares.de: Package Filter for MC based repo browser http://code.google.com/p/pharo/issues/detail?id=3929 (No comment was entered for this change.)
Comment #2 on issue 3929 by stephane...@gmail.com: Package Filter for MC based repo browser http://code.google.com/p/pharo/issues/detail?id=3929 rahhh lovely.... Excellent, tx Stef
Updates: Status: Closed Comment #3 on issue 3929 by marcus.d...@gmail.com: Package Filter for MC based repo browser http://code.google.com/p/pharo/issues/detail?id=3929 in 13126
Comment #4 on issue 3929 by Torsten....@astares.de: Package Filter for MC based repo browser http://code.google.com/p/pharo/issues/detail?id=3929 It'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...
participants (1)
-
pharo@googlecode.com