DirectoryDifferenceViewApplication.st
changeset 11564 67a8e0885c2c
parent 11123 6cbaa2e319a3
child 12401 4714b9640528
child 13818 cfc8c51359dd
equal deleted inserted replaced
11563:38df8cbd2591 11564:67a8e0885c2c
   424     excludedNamePattern := self excludedNamePatternHolder value.
   424     excludedNamePattern := self excludedNamePatternHolder value.
   425     excludedNamePattern notEmptyOrNil ifTrue:[
   425     excludedNamePattern notEmptyOrNil ifTrue:[
   426         excludedNamePatterns := excludedNamePattern asCollectionOfSubstringsSeparatedByAny:',;'.
   426         excludedNamePatterns := excludedNamePattern asCollectionOfSubstringsSeparatedByAny:',;'.
   427         excludedNamePatterns := excludedNamePatterns collect:[:p | p withoutSeparators ].
   427         excludedNamePatterns := excludedNamePatterns collect:[:p | p withoutSeparators ].
   428     ].
   428     ].
       
   429     self matchedFilesList removeAll.
       
   430     self windowGroup repairDamage.
   429 
   431 
   430     self 
   432     self 
   431         startSearchTask:[
   433         startSearchTask:[
   432             self changeInformationTo:'Directory Diff - searching ' toTab:true.
   434             self changeInformationTo:'Directory Diff - searching ' toTab:true.
   433 
   435 
   510 ! !
   512 ! !
   511 
   513 
   512 !DirectoryDifferenceViewApplication class methodsFor:'documentation'!
   514 !DirectoryDifferenceViewApplication class methodsFor:'documentation'!
   513 
   515 
   514 version
   516 version
   515     ^ '$Header: /cvs/stx/stx/libtool/DirectoryDifferenceViewApplication.st,v 1.4 2012-01-13 14:14:02 cg Exp $'
   517     ^ '$Header: /cvs/stx/stx/libtool/DirectoryDifferenceViewApplication.st,v 1.5 2012-06-06 09:46:59 cg Exp $'
   516 !
   518 !
   517 
   519 
   518 version_CVS
   520 version_CVS
   519     ^ '$Header: /cvs/stx/stx/libtool/DirectoryDifferenceViewApplication.st,v 1.4 2012-01-13 14:14:02 cg Exp $'
   521     ^ '$Header: /cvs/stx/stx/libtool/DirectoryDifferenceViewApplication.st,v 1.5 2012-06-06 09:46:59 cg Exp $'
   520 ! !
   522 ! !