FindFileApplication.st
changeset 17894 58b0ce702eb0
parent 17856 3cfbcdbab1ad
child 18370 04c5fa4abafc
equal deleted inserted replaced
17893:dea9d14caed4 17894:58b0ce702eb0
     1 "{ Encoding: utf8 }"
       
     2 
       
     3 "
     1 "
     4  COPYRIGHT (c) 2002 by eXept Software AG
     2  COPYRIGHT (c) 2002 by eXept Software AG
     5               All Rights Reserved
     3               All Rights Reserved
     6 
     4 
     7  This software is furnished under a license and may be used
     5  This software is furnished under a license and may be used
    97     "Modified: / 01-03-2007 / 21:47:54 / cg"
    95     "Modified: / 01-03-2007 / 21:47:54 / cg"
    98 ! !
    96 ! !
    99 
    97 
   100 !FindFileApplication class methodsFor:'help specs'!
    98 !FindFileApplication class methodsFor:'help specs'!
   101 
    99 
   102 flyByHelpSpec
   100 helpSpec
   103     "This resource specification was automatically generated
   101     "This resource specification was automatically generated
   104      by the UIHelpTool of ST/X."
   102      by the UIHelpTool of ST/X."
   105 
   103 
   106     "Do not manually edit this!! If it is corrupted,
   104     "Do not manually edit this!! If it is corrupted,
   107      the UIHelpTool may not be able to read the specification."
   105      the UIHelpTool may not be able to read the specification."
   110      UIHelpTool openOnClass:FindFileApplication    
   108      UIHelpTool openOnClass:FindFileApplication    
   111     "
   109     "
   112 
   110 
   113     <resource: #help>
   111     <resource: #help>
   114 
   112 
   115     ^ super flyByHelpSpec addPairsFrom:#(
   113     ^ super helpSpec addPairsFrom:#(
   116 
   114 
   117 #contentsPattern
   115 #contentsPattern
   118 'Search for files containing this. Can be matchPatterns, separated by ";".\If search for binary contents is checked, this should be a sequence of hex bytes (i.e. xx xx xx...)'
   116 'Search for files containing this. Can be matchPatterns, separated by ";".\If search for binary contents is checked, this should be a sequence of hex bytes (i.e. xx xx xx...)'
   119 
   117 
   120 #namePattern
   118 #namePattern