added optional ignoreCase in matchpattern
authorClaus Gittinger <cg@exept.de>
Tue, 19 Jun 2001 17:00:58 +0200
changeset 2375 1e3b7281d4ac
parent 2374 01d107c523aa
child 2376 ec58e7de7023
added optional ignoreCase in matchpattern
FileSelectionBox.st
--- a/FileSelectionBox.st	Tue Jun 12 15:14:44 2001 +0200
+++ b/FileSelectionBox.st	Tue Jun 19 17:00:58 2001 +0200
@@ -522,6 +522,7 @@
     enterField addDependent:self.
 
     selectionList menuHolder:self; menuMessage:#fileListMenu; menuPerformer:self.
+    selectionList ignoreCaseInPattern:true.
 
     "
      FileSelectionBox open
@@ -743,5 +744,5 @@
 !FileSelectionBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/FileSelectionBox.st,v 1.58 2001-04-22 11:34:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/FileSelectionBox.st,v 1.59 2001-06-19 15:00:58 cg Exp $'
 ! !