Issue 3929 in pharo: Package Filter for MC based repo browser

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 3929 in pharo: Package Filter for MC based repo browser

pharo
Status: Accepted
Owner: [hidden email]
Labels: Milestone-1.3

New issue 3929 by [hidden email]: 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


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3929 in pharo: Package Filter for MC based repo browser

pharo
Updates:
        Status: FixProposed

Comment #1 on issue 3929 by [hidden email]: Package Filter for MC  
based repo browser
http://code.google.com/p/pharo/issues/detail?id=3929

(No comment was entered for this change.)


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3929 in pharo: Package Filter for MC based repo browser

pharo

Comment #2 on issue 3929 by [hidden email]: Package Filter for MC  
based repo browser
http://code.google.com/p/pharo/issues/detail?id=3929

rahhh lovely....
Excellent, tx
Stef


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3929 in pharo: Package Filter for MC based repo browser

pharo
Updates:
        Status: Closed

Comment #3 on issue 3929 by [hidden email]: Package Filter for MC  
based repo browser
http://code.google.com/p/pharo/issues/detail?id=3929

in 13126


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3929 in pharo: Package Filter for MC based repo browser

pharo

Comment #4 on issue 3929 by [hidden email]: 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...