FindFileApplication.st
changeset 11117 bf15e9902fe9
parent 11106 86ac37a9a382
child 11122 02a57283d491
equal deleted inserted replaced
11116:86de3247a42f 11117:bf15e9902fe9
   871         self shownListHolder valueHolder:(self resultList)
   871         self shownListHolder valueHolder:(self resultList)
   872     ].
   872     ].
   873 ! !
   873 ! !
   874 
   874 
   875 !FindFileApplication methodsFor:'aspects'!
   875 !FindFileApplication methodsFor:'aspects'!
   876 
       
   877 autoSelectInBrowser
       
   878     ^ self autoSelectInBrowserHolder value.
       
   879 !
       
   880 
   876 
   881 canUseGrep
   877 canUseGrep
   882     "grep command is much faster, but:
   878     "grep command is much faster, but:
   883         - not under MSDOS
   879         - not under MSDOS
   884     "
   880     "
  1679 ! !
  1675 ! !
  1680 
  1676 
  1681 !FindFileApplication class methodsFor:'documentation'!
  1677 !FindFileApplication class methodsFor:'documentation'!
  1682 
  1678 
  1683 version
  1679 version
  1684     ^ '$Header: /cvs/stx/stx/libtool/FindFileApplication.st,v 1.98 2012-01-12 01:55:27 cg Exp $'
  1680     ^ '$Header: /cvs/stx/stx/libtool/FindFileApplication.st,v 1.99 2012-01-12 02:33:29 cg Exp $'
  1685 !
  1681 !
  1686 
  1682 
  1687 version_CVS
  1683 version_CVS
  1688     ^ '$Header: /cvs/stx/stx/libtool/FindFileApplication.st,v 1.98 2012-01-12 01:55:27 cg Exp $'
  1684     ^ '$Header: /cvs/stx/stx/libtool/FindFileApplication.st,v 1.99 2012-01-12 02:33:29 cg Exp $'
  1689 ! !
  1685 ! !