#UI_ENHANCEMENT by cg
authorClaus Gittinger <cg@exept.de>
Wed, 11 Oct 2017 15:50:48 +0200
changeset 17709 c5dcf0baef9a
parent 17708 a6aa502cde52
child 17710 9c8e259f0cdd
#UI_ENHANCEMENT by cg class: FindFileApplication class changed: #flyByHelpSpec
FindFileApplication.st
--- a/FindFileApplication.st	Wed Oct 11 15:50:42 2017 +0200
+++ b/FindFileApplication.st	Wed Oct 11 15:50:48 2017 +0200
@@ -116,7 +116,7 @@
 'Search for files containing this. Can be matchPatterns, separated by ";"'
 
 #namePattern
-'Filename(s) to search for. Can be matchPatterns, separated by ";"'
+'Filename(s) to search for. Can be matchPatterns, separated by ";".\(eg. "*.c ; *.h" searches for C and header files. So does "*.[ch]")'
 
 #excludedNamePattern
 'Filename(s) to skip. Can be matchPatterns, separated by ";"'
@@ -143,7 +143,7 @@
 'Search for files which are newer or older'
 )
 
-    "Modified: / 28-03-2012 / 23:03:39 / cg"
+    "Modified: / 11-10-2017 / 15:48:53 / cg"
 ! !
 
 !FindFileApplication class methodsFor:'history'!