Issue 3449 in pharo: MorphicUIManager>>chooseFileMatching:label: uses extensions rather than patterns

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

Issue 3449 in pharo: MorphicUIManager>>chooseFileMatching:label: uses extensions rather than patterns

pharo
Status: Accepted
Owner: gazzaguru2
CC: stephane.ducasse
Labels: Milestone-1.2

New issue 3449 by gazzaguru2: MorphicUIManager>>chooseFileMatching:label:  
uses extensions rather than patterns
http://code.google.com/p/pharo/issues/detail?id=3449

The provided patterns are passed to the FileDialogWindow (via UITheme) as  
the extensions to match.

Clearly patterns with potential wildcards are desired.

Attached CS to fix.

Attachments:
        UIManagerFileChooserFix.1.cs  1.1 KB


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3449 in pharo: MorphicUIManager>>chooseFileMatching:label: uses extensions rather than patterns

pharo
Updates:
        Status: Closed

Comment #1 on issue 3449 by stephane.ducasse:  
MorphicUIManager>>chooseFileMatching:label: uses extensions rather than  
patterns
http://code.google.com/p/pharo/issues/detail?id=3449

in 12281